Html Css Color HEX #669418 Olive Drab

📋 copy color: '#669418'

red 102 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #669418

Tints of Olive Drab #669418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

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

R = 37.23%
G = 54.01%
B = 8.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#669418 (or 0x669418) is known color: Olive Drab. HEX triplet: 66, 94 and 18. RGB value is (102,148,24). Sum of RGB (Red+Green+Blue) = 102+148+24=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #669418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669418 is #996BE7. Grayscale: #787878. Windows color (decimal): -10054632 or 1610854. OLE color: 1610854.

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

Color convert

RGB 102 148 24 -
CMYK 0.31 0 0.84 0.42
HSL 82.26º 0.72% 0.34% -
HSV(B) 82.26º 0.84% 0.58% -
XYZ 16.23 24.07 4.65 -
YUV 120.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 102 148 24 0.31 0 0.84 0.42 82.26 0.72 0.34
Hex 66 94 18 1F 0 54 2A 52 48 22
Octal 146 224 30 37 0 124 52 122 110 42
Binary 1100110 10010100 11000 11111 0 1010100 101010 1010010 1001000 100010

Color Harmonies of #669418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669418

Black with #669418

Text Example


Text Example

White with #669418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669418; }

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

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

background-color css

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

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

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

border-color css

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

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

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