Html Css Color HEX #729525 Olive Drab

📋 copy color: '#729525'

red 114 ◦ green 149 ◦ blue 37

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

Shades of Olive Drab #729525

Tints of Olive Drab #729525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

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

R = 38%
G = 49.67%
B = 12.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#729525 (or 0x729525) is known color: Olive Drab. HEX triplet: 72, 95 and 25. RGB value is (114,149,37). Sum of RGB (Red+Green+Blue) = 114+149+37=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #729525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729525 is #8D6ADA. Grayscale: #7E7E7E. Windows color (decimal): -9267931 or 2463090. OLE color: 2463090.

HSL color Cylindrical-coordinate representation of color #729525: hue angle of 78.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #729525 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 37 -
CMYK 0.23 0 0.75 0.42
HSL 78.75º 0.6% 0.36% -
HSV(B) 78.75º 0.75% 0.58% -
XYZ 18.02 25.21 5.67 -
YUV 125.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 114 149 37 0.23 0 0.75 0.42 78.75 0.6 0.36
Hex 72 95 25 17 0 4B 2A 4F 3C 24
Octal 162 225 45 27 0 113 52 117 74 44
Binary 1110010 10010101 100101 10111 0 1001011 101010 1001111 111100 100100

Color Harmonies of #729525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729525

Black with #729525

Text Example


Text Example

White with #729525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729525; }

 p { color: rgb(114,149,37); }

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

background-color css

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

 a { background-color: rgb(114,149,37); }

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

border-color css

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

 span { border-color: rgb(114,149,37); }

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