Html Css Color HEX #727021 Olivetone

📋 copy color: '#727021'

red 114 ◦ green 112 ◦ blue 33

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

Shades of Olivetone #727021

Tints of Olivetone #727021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 44.02%
G = 43.24%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#727021 (or 0x727021) is known color: Olivetone. HEX triplet: 72, 70 and 21. RGB value is (114,112,33). Sum of RGB (Red+Green+Blue) = 114+112+33=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #727021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727021 is #8D8FDE. Grayscale: #676767. Windows color (decimal): -9277407 or 2191474. OLE color: 2191474.

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

Color convert

RGB 114 112 33 -
CMYK 0 0.02 0.71 0.55
HSL 58.52º 0.55% 0.29% -
HSV(B) 58.52º 0.71% 0.45% -
XYZ 13.01 15.28 3.7 -
YUV 103.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 114 112 33 0 0.02 0.71 0.55 58.52 0.55 0.29
Hex 72 70 21 0 2 47 37 3B 37 1D
Octal 162 160 41 0 2 107 67 73 67 35
Binary 1110010 1110000 100001 0 10 1000111 110111 111011 110111 11101

Color Harmonies of #727021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727021

Black with #727021

Text Example


Text Example

White with #727021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727021; }

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

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

background-color css

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

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

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

border-color css

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

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

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