Html Css Color HEX #72790D Olive

📋 copy color: '#72790D'

red 114 ◦ green 121 ◦ blue 13

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

Shades of Olive #72790D

Tints of Olive #72790D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 45.97%
G = 48.79%
B = 5.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#72790D (or 0x72790D) is known color: Olive. HEX triplet: 72, 79 and 0D. RGB value is (114,121,13). Sum of RGB (Red+Green+Blue) = 114+121+13=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #72790D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72790D is #8D86F2. Grayscale: #6B6B6B. Windows color (decimal): -9275123 or 883058. OLE color: 883058.

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

Color convert

RGB 114 121 13 -
CMYK 0.06 0 0.89 0.53
HSL 63.89º 0.81% 0.26% -
HSV(B) 63.89º 0.89% 0.47% -
XYZ 13.85 17.28 2.99 -
YUV 106.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 114 121 13 0.06 0 0.89 0.53 63.89 0.81 0.26
Hex 72 79 D 6 0 59 35 40 51 1A
Octal 162 171 15 6 0 131 65 100 121 32
Binary 1110010 1111001 1101 110 0 1011001 110101 1000000 1010001 11010

Color Harmonies of #72790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72790D

Black with #72790D

Text Example


Text Example

White with #72790D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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