Html Css Color HEX #669810 Olive Drab

📋 copy color: '#669810'

red 102 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #669810

Tints of Olive Drab #669810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 37.78%
G = 56.3%
B = 5.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#669810 (or 0x669810) is known color: Olive Drab. HEX triplet: 66, 98 and 10. RGB value is (102,152,16). Sum of RGB (Red+Green+Blue) = 102+152+16=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #669810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669810 is #9967EF. Grayscale: #7A7A7A. Windows color (decimal): -10053616 or 1087590. OLE color: 1087590.

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

Color convert

RGB 102 152 16 -
CMYK 0.33 0 0.89 0.40
HSL 82.06º 0.81% 0.33% -
HSV(B) 82.06º 0.89% 0.6% -
XYZ 16.8 25.32 4.49 -
YUV 121.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 102 152 16 0.33 0 0.89 0.40 82.06 0.81 0.33
Hex 66 98 10 21 0 59 28 52 51 21
Octal 146 230 20 41 0 131 50 122 121 41
Binary 1100110 10011000 10000 100001 0 1011001 101000 1010010 1010001 100001

Color Harmonies of #669810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669810

Black with #669810

Text Example


Text Example

White with #669810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669810; }

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

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

background-color css

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

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

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

border-color css

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

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

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