Html Css Color HEX #668819 Olive Drab

📋 copy color: '#668819'

red 102 ◦ green 136 ◦ blue 25

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

Shades of Olive Drab #668819

Tints of Olive Drab #668819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 38.78%
G = 51.71%
B = 9.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#668819 (or 0x668819) is known color: Olive Drab. HEX triplet: 66, 88 and 19. RGB value is (102,136,25). Sum of RGB (Red+Green+Blue) = 102+136+25=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #668819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668819 is #9977E6. Grayscale: #717171. Windows color (decimal): -10057703 or 1673318. OLE color: 1673318.

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

Color convert

RGB 102 136 25 -
CMYK 0.25 0 0.82 0.47
HSL 78.38º 0.69% 0.32% -
HSV(B) 78.38º 0.82% 0.53% -
XYZ 14.46 20.5 4.12 -
YUV 113.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 102 136 25 0.25 0 0.82 0.47 78.38 0.69 0.32
Hex 66 88 19 19 0 52 2F 4E 45 20
Octal 146 210 31 31 0 122 57 116 105 40
Binary 1100110 10001000 11001 11001 0 1010010 101111 1001110 1000101 100000

Color Harmonies of #668819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668819

Black with #668819

Text Example


Text Example

White with #668819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668819; }

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

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

background-color css

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

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

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

border-color css

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

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

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