Html Css Color HEX #688319 Olive Drab

📋 copy color: '#688319'

red 104 ◦ green 131 ◦ blue 25

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

Shades of Olive Drab #688319

Tints of Olive Drab #688319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.38%

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

R = 40%
G = 50.38%
B = 9.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#688319 (or 0x688319) is known color: Olive Drab. HEX triplet: 68, 83 and 19. RGB value is (104,131,25). Sum of RGB (Red+Green+Blue) = 104+131+25=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #688319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688319 is #977CE6. Grayscale: #6F6F6F. Windows color (decimal): -9927911 or 1672040. OLE color: 1672040.

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

Color convert

RGB 104 131 25 -
CMYK 0.21 0 0.81 0.49
HSL 75.28º 0.68% 0.31% -
HSV(B) 75.28º 0.81% 0.51% -
XYZ 14 19.25 3.9 -
YUV 110.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 104 131 25 0.21 0 0.81 0.49 75.28 0.68 0.31
Hex 68 83 19 15 0 51 31 4B 44 1F
Octal 150 203 31 25 0 121 61 113 104 37
Binary 1101000 10000011 11001 10101 0 1010001 110001 1001011 1000100 11111

Color Harmonies of #688319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688319

Black with #688319

Text Example


Text Example

White with #688319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688319; }

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

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

background-color css

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

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

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

border-color css

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

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

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