Html Css Color HEX #668317 Olive Drab

📋 copy color: '#668317'

red 102 ◦ green 131 ◦ blue 23

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

Shades of Olive Drab #668317

Tints of Olive Drab #668317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 39.84%
G = 51.17%
B = 8.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#668317 (or 0x668317) is known color: Olive Drab. HEX triplet: 66, 83 and 17. RGB value is (102,131,23). Sum of RGB (Red+Green+Blue) = 102+131+23=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #668317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668317 is #997CE8. Grayscale: #6E6E6E. Windows color (decimal): -10058985 or 1540966. OLE color: 1540966.

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

Color convert

RGB 102 131 23 -
CMYK 0.22 0 0.82 0.49
HSL 76.11º 0.7% 0.3% -
HSV(B) 76.11º 0.82% 0.51% -
XYZ 13.75 19.12 3.78 -
YUV 110.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 102 131 23 0.22 0 0.82 0.49 76.11 0.7 0.3
Hex 66 83 17 16 0 52 31 4C 46 1E
Octal 146 203 27 26 0 122 61 114 106 36
Binary 1100110 10000011 10111 10110 0 1010010 110001 1001100 1000110 11110

Color Harmonies of #668317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668317

Black with #668317

Text Example


Text Example

White with #668317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668317; }

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

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

background-color css

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

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

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

border-color css

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

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

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