Html Css Color HEX #72900F Olive Drab

📋 copy color: '#72900F'

red 114 ◦ green 144 ◦ blue 15

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

Shades of Olive Drab #72900F

Tints of Olive Drab #72900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

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

R = 41.76%
G = 52.75%
B = 5.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#72900F (or 0x72900F) is known color: Olive Drab. HEX triplet: 72, 90 and 0F. RGB value is (114,144,15). Sum of RGB (Red+Green+Blue) = 114+144+15=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #72900F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72900F is #8D6FF0. Grayscale: #787878. Windows color (decimal): -9269233 or 1020018. OLE color: 1020018.

HSL color Cylindrical-coordinate representation of color #72900F: hue angle of 73.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72900F is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 15 -
CMYK 0.21 0 0.90 0.44
HSL 73.95º 0.81% 0.31% -
HSV(B) 73.95º 0.9% 0.56% -
XYZ 17 23.56 4.1 -
YUV 120.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 114 144 15 0.21 0 0.90 0.44 73.95 0.81 0.31
Hex 72 90 F 15 0 5A 2C 4A 51 1F
Octal 162 220 17 25 0 132 54 112 121 37
Binary 1110010 10010000 1111 10101 0 1011010 101100 1001010 1010001 11111

Color Harmonies of #72900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72900F

Black with #72900F

Text Example


Text Example

White with #72900F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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