Html Css Color HEX #72951D Olive Drab

📋 copy color: '#72951D'

red 114 ◦ green 149 ◦ blue 29

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

Shades of Olive Drab #72951D

Tints of Olive Drab #72951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 39.04%
G = 51.03%
B = 9.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#72951D (or 0x72951D) is known color: Olive Drab. HEX triplet: 72, 95 and 1D. RGB value is (114,149,29). Sum of RGB (Red+Green+Blue) = 114+149+29=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #72951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72951D is #8D6AE2. Grayscale: #7D7D7D. Windows color (decimal): -9267939 or 1938802. OLE color: 1938802.

HSL color Cylindrical-coordinate representation of color #72951D: hue angle of 77.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72951D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 29 -
CMYK 0.23 0 0.81 0.42
HSL 77.5º 0.67% 0.35% -
HSV(B) 77.5º 0.81% 0.58% -
XYZ 17.91 25.16 5.08 -
YUV 124.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 114 149 29 0.23 0 0.81 0.42 77.5 0.67 0.35
Hex 72 95 1D 17 0 51 2A 4E 43 23
Octal 162 225 35 27 0 121 52 116 103 43
Binary 1110010 10010101 11101 10111 0 1010001 101010 1001110 1000011 100011

Color Harmonies of #72951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72951D

Black with #72951D

Text Example


Text Example

White with #72951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72951D; }

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

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

background-color css

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

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

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

border-color css

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

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

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