Html Css Color HEX #669126 Olive Drab

📋 copy color: '#669126'

red 102 ◦ green 145 ◦ blue 38

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

Shades of Olive Drab #669126

Tints of Olive Drab #669126

RGB

 RED value IS 102 (40.23% from 255) = 35.79%

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 35.79%
G = 50.88%
B = 13.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#669126 (or 0x669126) is known color: Olive Drab. HEX triplet: 66, 91 and 26. RGB value is (102,145,38). Sum of RGB (Red+Green+Blue) = 102+145+38=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #669126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669126 is #996ED9. Grayscale: #787878. Windows color (decimal): -10055386 or 2527590. OLE color: 2527590.

HSL color Cylindrical-coordinate representation of color #669126: hue angle of 84.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #669126 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 38 -
CMYK 0.30 0 0.74 0.43
HSL 84.11º 0.58% 0.36% -
HSV(B) 84.11º 0.74% 0.57% -
XYZ 15.95 23.22 5.47 -
YUV 119.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 102 145 38 0.30 0 0.74 0.43 84.11 0.58 0.36
Hex 66 91 26 1E 0 4A 2B 54 3A 24
Octal 146 221 46 36 0 112 53 124 72 44
Binary 1100110 10010001 100110 11110 0 1001010 101011 1010100 111010 100100

Color Harmonies of #669126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669126

Black with #669126

Text Example


Text Example

White with #669126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669126; }

 p { color: rgb(102,145,38); }

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

background-color css

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

 a { background-color: rgb(102,145,38); }

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

border-color css

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

 span { border-color: rgb(102,145,38); }

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