Html Css Color HEX #669510 Olive Drab

📋 copy color: '#669510'

red 102 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #669510

Tints of Olive Drab #669510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.81%

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

R = 38.2%
G = 55.81%
B = 5.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#669510 (or 0x669510) is known color: Olive Drab. HEX triplet: 66, 95 and 10. RGB value is (102,149,16). Sum of RGB (Red+Green+Blue) = 102+149+16=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #669510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669510 is #996AEF. Grayscale: #787878. Windows color (decimal): -10054384 or 1086822. OLE color: 1086822.

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

Color convert

RGB 102 149 16 -
CMYK 0.32 0 0.89 0.42
HSL 81.2º 0.81% 0.32% -
HSV(B) 81.2º 0.89% 0.58% -
XYZ 16.32 24.36 4.33 -
YUV 119.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 102 149 16 0.32 0 0.89 0.42 81.2 0.81 0.32
Hex 66 95 10 20 0 59 2A 51 51 20
Octal 146 225 20 40 0 131 52 121 121 40
Binary 1100110 10010101 10000 100000 0 1011001 101010 1010001 1010001 100000

Color Harmonies of #669510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669510

Black with #669510

Text Example


Text Example

White with #669510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669510; }

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

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

background-color css

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

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

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

border-color css

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

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

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