Html Css Color HEX #669610 Olive Drab

📋 copy color: '#669610'

red 102 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #669610

Tints of Olive Drab #669610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

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

R = 38.06%
G = 55.97%
B = 5.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#669610 (or 0x669610) is known color: Olive Drab. HEX triplet: 66, 96 and 10. RGB value is (102,150,16). Sum of RGB (Red+Green+Blue) = 102+150+16=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #669610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669610 is #9969EF. Grayscale: #787878. Windows color (decimal): -10054128 or 1087078. OLE color: 1087078.

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

Color convert

RGB 102 150 16 -
CMYK 0.32 0 0.89 0.41
HSL 81.49º 0.81% 0.33% -
HSV(B) 81.49º 0.89% 0.59% -
XYZ 16.48 24.67 4.38 -
YUV 120.37 69.1 114.9 -
System Red Green Blue C M Y K H S L
Decimal 102 150 16 0.32 0 0.89 0.41 81.49 0.81 0.33
Hex 66 96 10 20 0 59 29 51 51 21
Octal 146 226 20 40 0 131 51 121 121 41
Binary 1100110 10010110 10000 100000 0 1011001 101001 1010001 1010001 100001

Color Harmonies of #669610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669610

Black with #669610

Text Example


Text Example

White with #669610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669610; }

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

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

background-color css

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

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

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

border-color css

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

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

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