Html Css Color HEX #688419 Olive Drab

📋 copy color: '#688419'

red 104 ◦ green 132 ◦ blue 25

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

Shades of Olive Drab #688419

Tints of Olive Drab #688419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 39.85%
G = 50.57%
B = 9.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#688419 (or 0x688419) is known color: Olive Drab. HEX triplet: 68, 84 and 19. RGB value is (104,132,25). Sum of RGB (Red+Green+Blue) = 104+132+25=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #688419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688419 is #977BE6. Grayscale: #6F6F6F. Windows color (decimal): -9927655 or 1672296. OLE color: 1672296.

HSL color Cylindrical-coordinate representation of color #688419: hue angle of 75.7º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #688419 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 25 -
CMYK 0.21 0 0.81 0.48
HSL 75.7º 0.68% 0.31% -
HSV(B) 75.7º 0.81% 0.52% -
XYZ 14.14 19.52 3.94 -
YUV 111.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 104 132 25 0.21 0 0.81 0.48 75.7 0.68 0.31
Hex 68 84 19 15 0 51 30 4C 44 1F
Octal 150 204 31 25 0 121 60 114 104 37
Binary 1101000 10000100 11001 10101 0 1010001 110000 1001100 1000100 11111

Color Harmonies of #688419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688419

Black with #688419

Text Example


Text Example

White with #688419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688419; }

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

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

background-color css

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

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

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

border-color css

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

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

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