Html Css Color HEX #72701B Olivetone

📋 copy color: '#72701B'

red 114 ◦ green 112 ◦ blue 27

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

Shades of Olivetone #72701B

Tints of Olivetone #72701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 45.06%
G = 44.27%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72701B (or 0x72701B) is known color: Olivetone. HEX triplet: 72, 70 and 1B. RGB value is (114,112,27). Sum of RGB (Red+Green+Blue) = 114+112+27=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72701B is #8D8FE4. Grayscale: #676767. Windows color (decimal): -9277413 or 1798258. OLE color: 1798258.

HSL color Cylindrical-coordinate representation of color #72701B: hue angle of 58.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72701B is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 27 -
CMYK 0 0.02 0.76 0.55
HSL 58.62º 0.62% 0.28% -
HSV(B) 58.62º 0.76% 0.45% -
XYZ 12.93 15.24 3.3 -
YUV 102.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 114 112 27 0 0.02 0.76 0.55 58.62 0.62 0.28
Hex 72 70 1B 0 2 4C 37 3B 3E 1C
Octal 162 160 33 0 2 114 67 73 76 34
Binary 1110010 1110000 11011 0 10 1001100 110111 111011 111110 11100

Color Harmonies of #72701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72701B

Black with #72701B

Text Example


Text Example

White with #72701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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