Html Css Color HEX #668808 Olive Drab

📋 copy color: '#668808'

red 102 ◦ green 136 ◦ blue 8

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

Shades of Olive Drab #668808

Tints of Olive Drab #668808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

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

R = 41.46%
G = 55.28%
B = 3.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#668808 (or 0x668808) is known color: Olive Drab. HEX triplet: 66, 88 and 08. RGB value is (102,136,8). Sum of RGB (Red+Green+Blue) = 102+136+8=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #668808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668808 is #9977F7. Grayscale: #6F6F6F. Windows color (decimal): -10057720 or 559206. OLE color: 559206.

HSL color Cylindrical-coordinate representation of color #668808: hue angle of 75.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #668808 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 8 -
CMYK 0.25 0 0.94 0.47
HSL 75.94º 0.89% 0.28% -
HSV(B) 75.94º 0.94% 0.53% -
XYZ 14.33 20.45 3.42 -
YUV 111.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 102 136 8 0.25 0 0.94 0.47 75.94 0.89 0.28
Hex 66 88 8 19 0 5E 2F 4C 59 1C
Octal 146 210 10 31 0 136 57 114 131 34
Binary 1100110 10001000 1000 11001 0 1011110 101111 1001100 1011001 11100

Color Harmonies of #668808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668808

Black with #668808

Text Example


Text Example

White with #668808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668808; }

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

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

background-color css

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

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

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

border-color css

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

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

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