Html Css Color HEX #669308 Olive Drab

📋 copy color: '#669308'

red 102 ◦ green 147 ◦ blue 8

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

Shades of Olive Drab #669308

Tints of Olive Drab #669308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.2%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 39.69%
G = 57.2%
B = 3.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#669308 (or 0x669308) is known color: Olive Drab. HEX triplet: 66, 93 and 08. RGB value is (102,147,8). Sum of RGB (Red+Green+Blue) = 102+147+8=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #669308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669308 is #996CF7. Grayscale: #767676. Windows color (decimal): -10054904 or 562022. OLE color: 562022.

HSL color Cylindrical-coordinate representation of color #669308: hue angle of 79.42º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669308 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 8 -
CMYK 0.31 0 0.95 0.42
HSL 79.42º 0.9% 0.3% -
HSV(B) 79.42º 0.95% 0.58% -
XYZ 15.96 23.71 3.97 -
YUV 117.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 102 147 8 0.31 0 0.95 0.42 79.42 0.9 0.3
Hex 66 93 8 1F 0 5F 2A 4F 5A 1E
Octal 146 223 10 37 0 137 52 117 132 36
Binary 1100110 10010011 1000 11111 0 1011111 101010 1001111 1011010 11110

Color Harmonies of #669308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669308

Black with #669308

Text Example


Text Example

White with #669308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669308; }

 p { color: rgb(102,147,8); }

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

background-color css

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

 a { background-color: rgb(102,147,8); }

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

border-color css

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

 span { border-color: rgb(102,147,8); }

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