Html Css Color HEX #688C15 Olive Drab

📋 copy color: '#688C15'

red 104 ◦ green 140 ◦ blue 21

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

Shades of Olive Drab #688C15

Tints of Olive Drab #688C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 39.25%
G = 52.83%
B = 7.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#688C15 (or 0x688C15) is known color: Olive Drab. HEX triplet: 68, 8C and 15. RGB value is (104,140,21). Sum of RGB (Red+Green+Blue) = 104+140+21=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #688C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688C15 is #9773EA. Grayscale: #747474. Windows color (decimal): -9925611 or 1412200. OLE color: 1412200.

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

Color convert

RGB 104 140 21 -
CMYK 0.26 0 0.85 0.45
HSL 78.15º 0.74% 0.32% -
HSV(B) 78.15º 0.85% 0.55% -
XYZ 15.22 21.75 4.11 -
YUV 115.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 104 140 21 0.26 0 0.85 0.45 78.15 0.74 0.32
Hex 68 8C 15 1A 0 55 2D 4E 4A 20
Octal 150 214 25 32 0 125 55 116 112 40
Binary 1101000 10001100 10101 11010 0 1010101 101101 1001110 1001010 100000

Color Harmonies of #688C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C15

Black with #688C15

Text Example


Text Example

White with #688C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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