Html Css Color HEX #668310 Olive Drab

📋 copy color: '#668310'

red 102 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #668310

Tints of Olive Drab #668310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.61%

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

R = 40.96%
G = 52.61%
B = 6.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#668310 (or 0x668310) is known color: Olive Drab. HEX triplet: 66, 83 and 10. RGB value is (102,131,16). Sum of RGB (Red+Green+Blue) = 102+131+16=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #668310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668310 is #997CEF. Grayscale: #6D6D6D. Windows color (decimal): -10058992 or 1082214. OLE color: 1082214.

HSL color Cylindrical-coordinate representation of color #668310: hue angle of 75.13º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #668310 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 16 -
CMYK 0.22 0 0.88 0.49
HSL 75.13º 0.78% 0.29% -
HSV(B) 75.13º 0.88% 0.51% -
XYZ 13.69 19.09 3.45 -
YUV 109.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 102 131 16 0.22 0 0.88 0.49 75.13 0.78 0.29
Hex 66 83 10 16 0 58 31 4B 4E 1D
Octal 146 203 20 26 0 130 61 113 116 35
Binary 1100110 10000011 10000 10110 0 1011000 110001 1001011 1001110 11101

Color Harmonies of #668310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668310

Black with #668310

Text Example


Text Example

White with #668310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668310; }

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

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

background-color css

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

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

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

border-color css

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

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

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