Html Css Color HEX #72700B Olive

📋 copy color: '#72700B'

red 114 ◦ green 112 ◦ blue 11

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

Shades of Olive #72700B

Tints of Olive #72700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 48.1%
G = 47.26%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72700B (or 0x72700B) is known color: Olive. HEX triplet: 72, 70 and 0B. RGB value is (114,112,11). Sum of RGB (Red+Green+Blue) = 114+112+11=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700B is #8D8FF4. Grayscale: #656565. Windows color (decimal): -9277429 or 749682. OLE color: 749682.

HSL color Cylindrical-coordinate representation of color #72700B: hue angle of 58.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72700B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 11 -
CMYK 0 0.02 0.90 0.55
HSL 58.83º 0.82% 0.25% -
HSV(B) 58.83º 0.9% 0.45% -
XYZ 12.79 15.19 2.57 -
YUV 101.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 114 112 11 0 0.02 0.90 0.55 58.83 0.82 0.25
Hex 72 70 B 0 2 5A 37 3B 52 19
Octal 162 160 13 0 2 132 67 73 122 31
Binary 1110010 1110000 1011 0 10 1011010 110111 111011 1010010 11001

Color Harmonies of #72700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72700B

Black with #72700B

Text Example


Text Example

White with #72700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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