Html Css Color HEX #72931E Olive Drab

📋 copy color: '#72931E'

red 114 ◦ green 147 ◦ blue 30

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

Shades of Olive Drab #72931E

Tints of Olive Drab #72931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 39.18%
G = 50.52%
B = 10.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#72931E (or 0x72931E) is known color: Olive Drab. HEX triplet: 72, 93 and 1E. RGB value is (114,147,30). Sum of RGB (Red+Green+Blue) = 114+147+30=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #72931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72931E is #8D6CE1. Grayscale: #7C7C7C. Windows color (decimal): -9268450 or 2003826. OLE color: 2003826.

HSL color Cylindrical-coordinate representation of color #72931E: hue angle of 76.92º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72931E is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 30 -
CMYK 0.22 0 0.80 0.42
HSL 76.92º 0.66% 0.35% -
HSV(B) 76.92º 0.8% 0.58% -
XYZ 17.61 24.54 5.04 -
YUV 123.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 114 147 30 0.22 0 0.80 0.42 76.92 0.66 0.35
Hex 72 93 1E 16 0 50 2A 4D 42 23
Octal 162 223 36 26 0 120 52 115 102 43
Binary 1110010 10010011 11110 10110 0 1010000 101010 1001101 1000010 100011

Color Harmonies of #72931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72931E

Black with #72931E

Text Example


Text Example

White with #72931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72931E; }

 p { color: rgb(114,147,30); }

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

background-color css

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

 a { background-color: rgb(114,147,30); }

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

border-color css

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

 span { border-color: rgb(114,147,30); }

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