Html Css Color HEX #72700A Olive

📋 copy color: '#72700A'

red 114 ◦ green 112 ◦ blue 10

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

Shades of Olive #72700A

Tints of Olive #72700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 48.31%
G = 47.46%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72700A (or 0x72700A) is known color: Olive. HEX triplet: 72, 70 and 0A. RGB value is (114,112,10). Sum of RGB (Red+Green+Blue) = 114+112+10=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #72700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700A is #8D8FF5. Grayscale: #656565. Windows color (decimal): -9277430 or 684146. OLE color: 684146.

HSL color Cylindrical-coordinate representation of color #72700A: hue angle of 58.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72700A is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 10 -
CMYK 0 0.02 0.91 0.55
HSL 58.85º 0.84% 0.24% -
HSV(B) 58.85º 0.91% 0.45% -
XYZ 12.79 15.19 2.54 -
YUV 100.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 114 112 10 0 0.02 0.91 0.55 58.85 0.84 0.24
Hex 72 70 A 0 2 5B 37 3B 54 18
Octal 162 160 12 0 2 133 67 73 124 30
Binary 1110010 1110000 1010 0 10 1011011 110111 111011 1010100 11000

Color Harmonies of #72700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72700A

Black with #72700A

Text Example


Text Example

White with #72700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72700A; }

 p { color: rgb(114,112,10); }

 H1.HeaderClassName
 {
   color: #72700A;
 }
 .AnyTagClassName
 {
   color: #72700A;
 }
</style>

background-color css

<style>
 a { background-color: #72700A; }

 a { background-color: rgb(114,112,10); }

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

border-color css

<style>
 span { border-color: #72700A; }

 span { border-color: rgb(114,112,10); }

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