Html Css Color HEX #728524 Olive Drab

📋 copy color: '#728524'

red 114 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #728524

Tints of Olive Drab #728524

RGB

 RED value IS 114 (44.92% from 255) = 40.28%

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

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

R = 40.28%
G = 47%
B = 12.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#728524 (or 0x728524) is known color: Olive Drab. HEX triplet: 72, 85 and 24. RGB value is (114,133,36). Sum of RGB (Red+Green+Blue) = 114+133+36=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #728524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728524 is #8D7ADB. Grayscale: #747474. Windows color (decimal): -9272028 or 2393458. OLE color: 2393458.

HSL color Cylindrical-coordinate representation of color #728524: hue angle of 71.75º 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 #728524 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 36 -
CMYK 0.14 0 0.73 0.48
HSL 71.75º 0.57% 0.33% -
HSV(B) 71.75º 0.73% 0.52% -
XYZ 15.65 20.48 4.8 -
YUV 116.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 114 133 36 0.14 0 0.73 0.48 71.75 0.57 0.33
Hex 72 85 24 E 0 49 30 48 39 21
Octal 162 205 44 16 0 111 60 110 71 41
Binary 1110010 10000101 100100 1110 0 1001001 110000 1001000 111001 100001

Color Harmonies of #728524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728524

Black with #728524

Text Example


Text Example

White with #728524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728524; }

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

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

background-color css

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

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

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

border-color css

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

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

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