Html Css Color HEX #688210 Olive Drab

📋 copy color: '#688210'

red 104 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #688210

Tints of Olive Drab #688210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 41.6%
G = 52%
B = 6.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#688210 (or 0x688210) is known color: Olive Drab. HEX triplet: 68, 82 and 10. RGB value is (104,130,16). Sum of RGB (Red+Green+Blue) = 104+130+16=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #688210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688210 is #977DEF. Grayscale: #6D6D6D. Windows color (decimal): -9928176 or 1081960. OLE color: 1081960.

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

Color convert

RGB 104 130 16 -
CMYK 0.2 0 0.88 0.49
HSL 73.68º 0.78% 0.29% -
HSV(B) 73.68º 0.88% 0.51% -
XYZ 13.79 18.95 3.42 -
YUV 109.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 104 130 16 0.2 0 0.88 0.49 73.68 0.78 0.29
Hex 68 82 10 14 0 58 31 4A 4E 1D
Octal 150 202 20 24 0 130 61 112 116 35
Binary 1101000 10000010 10000 10100 0 1011000 110001 1001010 1001110 11101

Color Harmonies of #688210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688210

Black with #688210

Text Example


Text Example

White with #688210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688210; }

 p { color: rgb(104,130,16); }

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

background-color css

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

 a { background-color: rgb(104,130,16); }

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

border-color css

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

 span { border-color: rgb(104,130,16); }

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