Html Css Color HEX #72790F Olive

📋 copy color: '#72790F'

red 114 ◦ green 121 ◦ blue 15

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

Shades of Olive #72790F

Tints of Olive #72790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

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

R = 45.6%
G = 48.4%
B = 6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#72790F (or 0x72790F) is known color: Olive. HEX triplet: 72, 79 and 0F. RGB value is (114,121,15). Sum of RGB (Red+Green+Blue) = 114+121+15=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #72790F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72790F is #8D86F0. Grayscale: #6B6B6B. Windows color (decimal): -9275121 or 1014130. OLE color: 1014130.

HSL color Cylindrical-coordinate representation of color #72790F: hue angle of 63.96º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72790F is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 15 -
CMYK 0.06 0 0.88 0.53
HSL 63.96º 0.78% 0.27% -
HSV(B) 63.96º 0.88% 0.47% -
XYZ 13.86 17.29 3.06 -
YUV 106.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 114 121 15 0.06 0 0.88 0.53 63.96 0.78 0.27
Hex 72 79 F 6 0 58 35 40 4E 1B
Octal 162 171 17 6 0 130 65 100 116 33
Binary 1110010 1111001 1111 110 0 1011000 110101 1000000 1001110 11011

Color Harmonies of #72790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72790F

Black with #72790F

Text Example


Text Example

White with #72790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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