Html Css Color HEX #668B10 Olive Drab

📋 copy color: '#668B10'

red 102 ◦ green 139 ◦ blue 16

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

Shades of Olive Drab #668B10

Tints of Olive Drab #668B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.09%

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

R = 39.69%
G = 54.09%
B = 6.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#668B10 (or 0x668B10) is known color: Olive Drab. HEX triplet: 66, 8B and 10. RGB value is (102,139,16). Sum of RGB (Red+Green+Blue) = 102+139+16=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #668B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B10 is #9974EF. Grayscale: #727272. Windows color (decimal): -10056944 or 1084262. OLE color: 1084262.

HSL color Cylindrical-coordinate representation of color #668B10: hue angle of 78.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #668B10 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 16 -
CMYK 0.27 0 0.88 0.45
HSL 78.05º 0.79% 0.3% -
HSV(B) 78.05º 0.88% 0.55% -
XYZ 14.81 21.33 3.83 -
YUV 113.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 102 139 16 0.27 0 0.88 0.45 78.05 0.79 0.3
Hex 66 8B 10 1B 0 58 2D 4E 4F 1E
Octal 146 213 20 33 0 130 55 116 117 36
Binary 1100110 10001011 10000 11011 0 1011000 101101 1001110 1001111 11110

Color Harmonies of #668B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B10

Black with #668B10

Text Example


Text Example

White with #668B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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