Html Css Color HEX #729425 Olive Drab

📋 copy color: '#729425'

red 114 ◦ green 148 ◦ blue 37

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

Shades of Olive Drab #729425

Tints of Olive Drab #729425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

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

R = 38.13%
G = 49.5%
B = 12.37%

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

#729425 (or 0x729425) is known color: Olive Drab. HEX triplet: 72, 94 and 25. RGB value is (114,148,37). Sum of RGB (Red+Green+Blue) = 114+148+37=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #729425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729425 is #8D6BDA. Grayscale: #7D7D7D. Windows color (decimal): -9268187 or 2462834. OLE color: 2462834.

HSL color Cylindrical-coordinate representation of color #729425: hue angle of 78.38º 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 #729425 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 37 -
CMYK 0.23 0 0.75 0.42
HSL 78.38º 0.6% 0.36% -
HSV(B) 78.38º 0.75% 0.58% -
XYZ 17.86 24.89 5.61 -
YUV 125.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 114 148 37 0.23 0 0.75 0.42 78.38 0.6 0.36
Hex 72 94 25 17 0 4B 2A 4E 3C 24
Octal 162 224 45 27 0 113 52 116 74 44
Binary 1110010 10010100 100101 10111 0 1001011 101010 1001110 111100 100100

Color Harmonies of #729425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729425

Black with #729425

Text Example


Text Example

White with #729425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729425; }

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

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

background-color css

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

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

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

border-color css

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

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

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