Html Css Color HEX #669027 Olive Drab

📋 copy color: '#669027'

red 102 ◦ green 144 ◦ blue 39

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

Shades of Olive Drab #669027

Tints of Olive Drab #669027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 35.79%
G = 50.53%
B = 13.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#669027 (or 0x669027) is known color: Olive Drab. HEX triplet: 66, 90 and 27. RGB value is (102,144,39). Sum of RGB (Red+Green+Blue) = 102+144+39=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #669027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669027 is #996FD8. Grayscale: #777777. Windows color (decimal): -10055641 or 2592870. OLE color: 2592870.

HSL color Cylindrical-coordinate representation of color #669027: hue angle of 84º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #669027 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 39 -
CMYK 0.29 0 0.73 0.44
HSL 84º 0.57% 0.36% -
HSV(B) 84º 0.73% 0.56% -
XYZ 15.82 22.92 5.51 -
YUV 119.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 102 144 39 0.29 0 0.73 0.44 84 0.57 0.36
Hex 66 90 27 1D 0 49 2C 54 39 24
Octal 146 220 47 35 0 111 54 124 71 44
Binary 1100110 10010000 100111 11101 0 1001001 101100 1010100 111001 100100

Color Harmonies of #669027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669027

Black with #669027

Text Example


Text Example

White with #669027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669027; }

 p { color: rgb(102,144,39); }

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

background-color css

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

 a { background-color: rgb(102,144,39); }

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

border-color css

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

 span { border-color: rgb(102,144,39); }

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