Html Css Color HEX #72950F Olive Drab

📋 copy color: '#72950F'

red 114 ◦ green 149 ◦ blue 15

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

Shades of Olive Drab #72950F

Tints of Olive Drab #72950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 41.01%
G = 53.6%
B = 5.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#72950F (or 0x72950F) is known color: Olive Drab. HEX triplet: 72, 95 and 0F. RGB value is (114,149,15). Sum of RGB (Red+Green+Blue) = 114+149+15=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #72950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72950F is #8D6AF0. Grayscale: #7B7B7B. Windows color (decimal): -9267953 or 1021298. OLE color: 1021298.

HSL color Cylindrical-coordinate representation of color #72950F: hue angle of 75.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72950F is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 15 -
CMYK 0.23 0 0.90 0.42
HSL 75.67º 0.82% 0.32% -
HSV(B) 75.67º 0.9% 0.58% -
XYZ 17.77 25.11 4.36 -
YUV 123.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 114 149 15 0.23 0 0.90 0.42 75.67 0.82 0.32
Hex 72 95 F 17 0 5A 2A 4C 52 20
Octal 162 225 17 27 0 132 52 114 122 40
Binary 1110010 10010101 1111 10111 0 1011010 101010 1001100 1010010 100000

Color Harmonies of #72950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72950F

Black with #72950F

Text Example


Text Example

White with #72950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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