Html Css Color HEX #688219 Olive Drab

📋 copy color: '#688219'

red 104 ◦ green 130 ◦ blue 25

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

Shades of Olive Drab #688219

Tints of Olive Drab #688219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 40.15%
G = 50.19%
B = 9.65%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#688219 (or 0x688219) is known color: Olive Drab. HEX triplet: 68, 82 and 19. RGB value is (104,130,25). Sum of RGB (Red+Green+Blue) = 104+130+25=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #688219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688219 is #977DE6. Grayscale: #6E6E6E. Windows color (decimal): -9928167 or 1671784. OLE color: 1671784.

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

Color convert

RGB 104 130 25 -
CMYK 0.2 0 0.81 0.49
HSL 74.86º 0.68% 0.3% -
HSV(B) 74.86º 0.81% 0.51% -
XYZ 13.87 18.98 3.85 -
YUV 110.26 79.89 123.54 -
System Red Green Blue C M Y K H S L
Decimal 104 130 25 0.2 0 0.81 0.49 74.86 0.68 0.3
Hex 68 82 19 14 0 51 31 4B 44 1E
Octal 150 202 31 24 0 121 61 113 104 36
Binary 1101000 10000010 11001 10100 0 1010001 110001 1001011 1000100 11110

Color Harmonies of #688219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688219

Black with #688219

Text Example


Text Example

White with #688219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688219; }

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

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

background-color css

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

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

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

border-color css

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

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

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