Html Css Color HEX #688325 Olive Drab

📋 copy color: '#688325'

red 104 ◦ green 131 ◦ blue 37

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

Shades of Olive Drab #688325

Tints of Olive Drab #688325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 38.24%
G = 48.16%
B = 13.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#688325 (or 0x688325) is known color: Olive Drab. HEX triplet: 68, 83 and 25. RGB value is (104,131,37). Sum of RGB (Red+Green+Blue) = 104+131+37=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #688325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688325 is #977CDA. Grayscale: #707070. Windows color (decimal): -9927899 or 2458472. OLE color: 2458472.

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

Color convert

RGB 104 131 37 -
CMYK 0.21 0 0.72 0.49
HSL 77.23º 0.56% 0.33% -
HSV(B) 77.23º 0.72% 0.51% -
XYZ 14.16 19.31 4.73 -
YUV 112.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 104 131 37 0.21 0 0.72 0.49 77.23 0.56 0.33
Hex 68 83 25 15 0 48 31 4D 38 21
Octal 150 203 45 25 0 110 61 115 70 41
Binary 1101000 10000011 100101 10101 0 1001000 110001 1001101 111000 100001

Color Harmonies of #688325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688325

Black with #688325

Text Example


Text Example

White with #688325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688325; }

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

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

background-color css

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

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

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

border-color css

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

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

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