Html Css Color HEX #688312 Olive Drab

📋 copy color: '#688312'

red 104 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #688312

Tints of Olive Drab #688312

RGB

 RED value IS 104 (41.02% from 255) = 41.11%

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 41.11%
G = 51.78%
B = 7.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#688312 (or 0x688312) is known color: Olive Drab. HEX triplet: 68, 83 and 12. RGB value is (104,131,18). Sum of RGB (Red+Green+Blue) = 104+131+18=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #688312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688312 is #977CED. Grayscale: #6E6E6E. Windows color (decimal): -9927918 or 1213288. OLE color: 1213288.

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

Color convert

RGB 104 131 18 -
CMYK 0.21 0 0.86 0.49
HSL 74.34º 0.76% 0.29% -
HSV(B) 74.34º 0.86% 0.51% -
XYZ 13.93 19.22 3.55 -
YUV 110.05 76.05 123.69 -
System Red Green Blue C M Y K H S L
Decimal 104 131 18 0.21 0 0.86 0.49 74.34 0.76 0.29
Hex 68 83 12 15 0 56 31 4A 4C 1D
Octal 150 203 22 25 0 126 61 112 114 35
Binary 1101000 10000011 10010 10101 0 1010110 110001 1001010 1001100 11101

Color Harmonies of #688312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688312

Black with #688312

Text Example


Text Example

White with #688312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688312; }

 p { color: rgb(104,131,18); }

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

background-color css

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

 a { background-color: rgb(104,131,18); }

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

border-color css

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

 span { border-color: rgb(104,131,18); }

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