Html Css Color HEX #669818 Olive Drab

📋 copy color: '#669818'

red 102 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #669818

Tints of Olive Drab #669818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 36.69%
G = 54.68%
B = 8.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#669818 (or 0x669818) is known color: Olive Drab. HEX triplet: 66, 98 and 18. RGB value is (102,152,24). Sum of RGB (Red+Green+Blue) = 102+152+24=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #669818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669818 is #9967E7. Grayscale: #7A7A7A. Windows color (decimal): -10053608 or 1611878. OLE color: 1611878.

HSL color Cylindrical-coordinate representation of color #669818: hue angle of 83.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669818 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 24 -
CMYK 0.33 0 0.84 0.40
HSL 83.44º 0.73% 0.35% -
HSV(B) 83.44º 0.84% 0.6% -
XYZ 16.87 25.35 4.87 -
YUV 122.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 102 152 24 0.33 0 0.84 0.40 83.44 0.73 0.35
Hex 66 98 18 21 0 54 28 53 49 23
Octal 146 230 30 41 0 124 50 123 111 43
Binary 1100110 10011000 11000 100001 0 1010100 101000 1010011 1001001 100011

Color Harmonies of #669818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669818

Black with #669818

Text Example


Text Example

White with #669818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669818; }

 p { color: rgb(102,152,24); }

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

background-color css

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

 a { background-color: rgb(102,152,24); }

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

border-color css

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

 span { border-color: rgb(102,152,24); }

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