Html Css Color HEX #65941D Olive Drab

📋 copy color: '#65941D'

red 101 ◦ green 148 ◦ blue 29

#65941D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #65941D

Tints of Olive Drab #65941D

RGB

 RED value IS 101 (39.84% from 255) = 36.33%

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 36.33%
G = 53.24%
B = 10.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65941D (or 0x65941D) is known color: Olive Drab. HEX triplet: 65, 94 and 1D. RGB value is (101,148,29). Sum of RGB (Red+Green+Blue) = 101+148+29=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #65941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65941D is #9A6BE2. Grayscale: #787878. Windows color (decimal): -10120163 or 1938533. OLE color: 1938533.

HSL color Cylindrical-coordinate representation of color #65941D: hue angle of 83.7º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65941D is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 29 -
CMYK 0.32 0 0.80 0.42
HSL 83.7º 0.67% 0.35% -
HSV(B) 83.7º 0.8% 0.58% -
XYZ 16.18 24.04 4.95 -
YUV 120.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 101 148 29 0.32 0 0.80 0.42 83.7 0.67 0.35
Hex 65 94 1D 20 0 50 2A 54 43 23
Octal 145 224 35 40 0 120 52 124 103 43
Binary 1100101 10010100 11101 100000 0 1010000 101010 1010100 1000011 100011

Color Harmonies of #65941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65941D

Black with #65941D

Text Example


Text Example

White with #65941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65941D; }

 p { color: rgb(101,148,29); }

 H1.HeaderClassName
 {
   color: #65941D;
 }
 .AnyTagClassName
 {
   color: #65941D;
 }
</style>

background-color css

<style>
 a { background-color: #65941D; }

 a { background-color: rgb(101,148,29); }

 div.DivClassName
 {
   background-color: #65941D;
 }
 .BgClassName
 {
   background-color: #65941D;
 }
</style>

border-color css

<style>
 span { border-color: #65941D; }

 span { border-color: rgb(101,148,29); }

 td.TdClassName
 {
   border-color: #65941D;
 }
 .TagClassName
 {
   border-color: #65941D;
 }
</style>