Html Css Color HEX #688C13 Olive Drab

📋 copy color: '#688C13'

red 104 ◦ green 140 ◦ blue 19

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

Shades of Olive Drab #688C13

Tints of Olive Drab #688C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.23%

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

R = 39.54%
G = 53.23%
B = 7.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#688C13 (or 0x688C13) is known color: Olive Drab. HEX triplet: 68, 8C and 13. RGB value is (104,140,19). Sum of RGB (Red+Green+Blue) = 104+140+19=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #688C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688C13 is #9773EC. Grayscale: #737373. Windows color (decimal): -9925613 or 1281128. OLE color: 1281128.

HSL color Cylindrical-coordinate representation of color #688C13: hue angle of 77.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688C13 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 140 19 -
CMYK 0.26 0 0.86 0.45
HSL 77.85º 0.76% 0.31% -
HSV(B) 77.85º 0.86% 0.55% -
XYZ 15.2 21.75 4.01 -
YUV 115.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 104 140 19 0.26 0 0.86 0.45 77.85 0.76 0.31
Hex 68 8C 13 1A 0 56 2D 4E 4C 1F
Octal 150 214 23 32 0 126 55 116 114 37
Binary 1101000 10001100 10011 11010 0 1010110 101101 1001110 1001100 11111

Color Harmonies of #688C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C13

Black with #688C13

Text Example


Text Example

White with #688C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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