Html Css Color HEX #72701D Olivetone

📋 copy color: '#72701D'

red 114 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #72701D

Tints of Olivetone #72701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 44.71%
G = 43.92%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72701D (or 0x72701D) is known color: Olivetone. HEX triplet: 72, 70 and 1D. RGB value is (114,112,29). Sum of RGB (Red+Green+Blue) = 114+112+29=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72701D is #8D8FE2. Grayscale: #676767. Windows color (decimal): -9277411 or 1929330. OLE color: 1929330.

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

Color convert

RGB 114 112 29 -
CMYK 0 0.02 0.75 0.55
HSL 58.59º 0.59% 0.28% -
HSV(B) 58.59º 0.75% 0.45% -
XYZ 12.96 15.25 3.42 -
YUV 103.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 114 112 29 0 0.02 0.75 0.55 58.59 0.59 0.28
Hex 72 70 1D 0 2 4B 37 3B 3B 1C
Octal 162 160 35 0 2 113 67 73 73 34
Binary 1110010 1110000 11101 0 10 1001011 110111 111011 111011 11100

Color Harmonies of #72701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72701D

Black with #72701D

Text Example


Text Example

White with #72701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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