Html Css Color HEX #688224 Olive Drab

📋 copy color: '#688224'

red 104 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #688224

Tints of Olive Drab #688224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.33%

R = 38.52%
G = 48.15%
B = 13.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#688224 (or 0x688224) is known color: Olive Drab. HEX triplet: 68, 82 and 24. RGB value is (104,130,36). Sum of RGB (Red+Green+Blue) = 104+130+36=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #688224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688224 is #977DDB. Grayscale: #6F6F6F. Windows color (decimal): -9928156 or 2392680. OLE color: 2392680.

HSL color Cylindrical-coordinate representation of color #688224: hue angle of 76.6º degrees, saturation: 0.57, 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 #688224 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 36 -
CMYK 0.2 0 0.72 0.49
HSL 76.6º 0.57% 0.33% -
HSV(B) 76.6º 0.72% 0.51% -
XYZ 14.01 19.04 4.6 -
YUV 111.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 104 130 36 0.2 0 0.72 0.49 76.6 0.57 0.33
Hex 68 82 24 14 0 48 31 4D 39 21
Octal 150 202 44 24 0 110 61 115 71 41
Binary 1101000 10000010 100100 10100 0 1001000 110001 1001101 111001 100001

Color Harmonies of #688224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688224

Black with #688224

Text Example


Text Example

White with #688224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688224; }

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

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

background-color css

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

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

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

border-color css

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

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

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