Html Css Color HEX #688512 Olive Drab

📋 copy color: '#688512'

red 104 ◦ green 133 ◦ blue 18

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

Shades of Olive Drab #688512

Tints of Olive Drab #688512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 40.78%
G = 52.16%
B = 7.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#688512 (or 0x688512) is known color: Olive Drab. HEX triplet: 68, 85 and 12. RGB value is (104,133,18). Sum of RGB (Red+Green+Blue) = 104+133+18=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #688512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688512 is #977AED. Grayscale: #6F6F6F. Windows color (decimal): -9927406 or 1213800. OLE color: 1213800.

HSL color Cylindrical-coordinate representation of color #688512: hue angle of 75.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688512 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 18 -
CMYK 0.22 0 0.86 0.48
HSL 75.13º 0.76% 0.3% -
HSV(B) 75.13º 0.86% 0.52% -
XYZ 14.21 19.76 3.64 -
YUV 111.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 104 133 18 0.22 0 0.86 0.48 75.13 0.76 0.3
Hex 68 85 12 16 0 56 30 4B 4C 1E
Octal 150 205 22 26 0 126 60 113 114 36
Binary 1101000 10000101 10010 10110 0 1010110 110000 1001011 1001100 11110

Color Harmonies of #688512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688512

Black with #688512

Text Example


Text Example

White with #688512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688512; }

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

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

background-color css

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

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

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

border-color css

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

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

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