Html Css Color HEX #688114 Olive Drab

📋 copy color: '#688114'

red 104 ◦ green 129 ◦ blue 20

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

Shades of Olive Drab #688114

Tints of Olive Drab #688114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 41.11%
G = 50.99%
B = 7.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#688114 (or 0x688114) is known color: Olive Drab. HEX triplet: 68, 81 and 14. RGB value is (104,129,20). Sum of RGB (Red+Green+Blue) = 104+129+20=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #688114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688114 is #977EEB. Grayscale: #6D6D6D. Windows color (decimal): -9928428 or 1343848. OLE color: 1343848.

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

Color convert

RGB 104 129 20 -
CMYK 0.19 0 0.84 0.49
HSL 73.76º 0.73% 0.29% -
HSV(B) 73.76º 0.84% 0.51% -
XYZ 13.69 18.69 3.55 -
YUV 109.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 104 129 20 0.19 0 0.84 0.49 73.76 0.73 0.29
Hex 68 81 14 13 0 54 31 4A 49 1D
Octal 150 201 24 23 0 124 61 112 111 35
Binary 1101000 10000001 10100 10011 0 1010100 110001 1001010 1001001 11101

Color Harmonies of #688114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688114

Black with #688114

Text Example


Text Example

White with #688114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688114; }

 p { color: rgb(104,129,20); }

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

background-color css

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

 a { background-color: rgb(104,129,20); }

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

border-color css

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

 span { border-color: rgb(104,129,20); }

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