Html Css Color HEX #669102 Olive Drab

📋 copy color: '#669102'

red 102 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #669102

Tints of Olive Drab #669102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 40.96%
G = 58.23%
B = 0.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#669102 (or 0x669102) is known color: Olive Drab. HEX triplet: 66, 91 and 02. RGB value is (102,145,2). Sum of RGB (Red+Green+Blue) = 102+145+2=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #669102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669102 is #996EFD. Grayscale: #747474. Windows color (decimal): -10055422 or 168294. OLE color: 168294.

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

Color convert

RGB 102 145 2 -
CMYK 0.30 0 0.99 0.43
HSL 78.04º 0.97% 0.29% -
HSV(B) 78.04º 0.99% 0.57% -
XYZ 15.62 23.08 3.69 -
YUV 115.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 102 145 2 0.30 0 0.99 0.43 78.04 0.97 0.29
Hex 66 91 2 1E 0 63 2B 4E 61 1D
Octal 146 221 2 36 0 143 53 116 141 35
Binary 1100110 10010001 10 11110 0 1100011 101011 1001110 1100001 11101

Color Harmonies of #669102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669102

Black with #669102

Text Example


Text Example

White with #669102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669102; }

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

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

background-color css

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

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

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

border-color css

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

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

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