Html Css Color HEX #669218 Olive Drab

📋 copy color: '#669218'

red 102 ◦ green 146 ◦ blue 24

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

Shades of Olive Drab #669218

Tints of Olive Drab #669218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

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

R = 37.5%
G = 53.68%
B = 8.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#669218 (or 0x669218) is known color: Olive Drab. HEX triplet: 66, 92 and 18. RGB value is (102,146,24). Sum of RGB (Red+Green+Blue) = 102+146+24=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #669218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669218 is #996DE7. Grayscale: #777777. Windows color (decimal): -10055144 or 1610342. OLE color: 1610342.

HSL color Cylindrical-coordinate representation of color #669218: hue angle of 81.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669218 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 24 -
CMYK 0.30 0 0.84 0.43
HSL 81.64º 0.72% 0.33% -
HSV(B) 81.64º 0.84% 0.57% -
XYZ 15.92 23.45 4.55 -
YUV 118.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 102 146 24 0.30 0 0.84 0.43 81.64 0.72 0.33
Hex 66 92 18 1E 0 54 2B 52 48 21
Octal 146 222 30 36 0 124 53 122 110 41
Binary 1100110 10010010 11000 11110 0 1010100 101011 1010010 1001000 100001

Color Harmonies of #669218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669218

Black with #669218

Text Example


Text Example

White with #669218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669218; }

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

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

background-color css

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

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

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

border-color css

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

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

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