Html Css Color HEX #727020 Olivetone

📋 copy color: '#727020'

red 114 ◦ green 112 ◦ blue 32

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

Shades of Olivetone #727020

Tints of Olivetone #727020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 44.19%
G = 43.41%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#727020 (or 0x727020) is known color: Olivetone. HEX triplet: 72, 70 and 20. RGB value is (114,112,32). Sum of RGB (Red+Green+Blue) = 114+112+32=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #727020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727020 is #8D8FDF. Grayscale: #676767. Windows color (decimal): -9277408 or 2125938. OLE color: 2125938.

HSL color Cylindrical-coordinate representation of color #727020: hue angle of 58.54º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #727020 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 32 -
CMYK 0 0.02 0.72 0.55
HSL 58.54º 0.56% 0.29% -
HSV(B) 58.54º 0.72% 0.45% -
XYZ 12.99 15.27 3.63 -
YUV 103.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 114 112 32 0 0.02 0.72 0.55 58.54 0.56 0.29
Hex 72 70 20 0 2 48 37 3B 38 1D
Octal 162 160 40 0 2 110 67 73 70 35
Binary 1110010 1110000 100000 0 10 1001000 110111 111011 111000 11101

Color Harmonies of #727020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727020

Black with #727020

Text Example


Text Example

White with #727020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727020; }

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

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

background-color css

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

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

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

border-color css

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

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

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