Html Css Color HEX #688524 Olive Drab

📋 copy color: '#688524'

red 104 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #688524

Tints of Olive Drab #688524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

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

R = 38.1%
G = 48.72%
B = 13.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#688524 (or 0x688524) is known color: Olive Drab. HEX triplet: 68, 85 and 24. RGB value is (104,133,36). Sum of RGB (Red+Green+Blue) = 104+133+36=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #688524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688524 is #977ADB. Grayscale: #717171. Windows color (decimal): -9927388 or 2393448. OLE color: 2393448.

HSL color Cylindrical-coordinate representation of color #688524: hue angle of 77.94º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #688524 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 36 -
CMYK 0.22 0 0.73 0.48
HSL 77.94º 0.57% 0.33% -
HSV(B) 77.94º 0.73% 0.52% -
XYZ 14.41 19.85 4.74 -
YUV 113.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 104 133 36 0.22 0 0.73 0.48 77.94 0.57 0.33
Hex 68 85 24 16 0 49 30 4E 39 21
Octal 150 205 44 26 0 111 60 116 71 41
Binary 1101000 10000101 100100 10110 0 1001001 110000 1001110 111001 100001

Color Harmonies of #688524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688524

Black with #688524

Text Example


Text Example

White with #688524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688524; }

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

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

background-color css

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

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

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

border-color css

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

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

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