Html Css Color HEX #688913 Olive Drab

📋 copy color: '#688913'

red 104 ◦ green 137 ◦ blue 19

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

Shades of Olive Drab #688913

Tints of Olive Drab #688913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 40%
G = 52.69%
B = 7.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#688913 (or 0x688913) is known color: Olive Drab. HEX triplet: 68, 89 and 13. RGB value is (104,137,19). Sum of RGB (Red+Green+Blue) = 104+137+19=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #688913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688913 is #9776EC. Grayscale: #727272. Windows color (decimal): -9926381 or 1280360. OLE color: 1280360.

HSL color Cylindrical-coordinate representation of color #688913: hue angle of 76.78º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688913 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 19 -
CMYK 0.24 0 0.86 0.46
HSL 76.78º 0.76% 0.31% -
HSV(B) 76.78º 0.86% 0.54% -
XYZ 14.77 20.88 3.87 -
YUV 113.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 104 137 19 0.24 0 0.86 0.46 76.78 0.76 0.31
Hex 68 89 13 18 0 56 2E 4D 4C 1F
Octal 150 211 23 30 0 126 56 115 114 37
Binary 1101000 10001001 10011 11000 0 1010110 101110 1001101 1001100 11111

Color Harmonies of #688913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688913

Black with #688913

Text Example


Text Example

White with #688913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688913; }

 p { color: rgb(104,137,19); }

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

background-color css

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

 a { background-color: rgb(104,137,19); }

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

border-color css

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

 span { border-color: rgb(104,137,19); }

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