Html Css Color HEX #727421 Olivetone

📋 copy color: '#727421'

red 114 ◦ green 116 ◦ blue 33

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

Shades of Olivetone #727421

Tints of Olivetone #727421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 43.35%
G = 44.11%
B = 12.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#727421 (or 0x727421) is known color: Olivetone. HEX triplet: 72, 74 and 21. RGB value is (114,116,33). Sum of RGB (Red+Green+Blue) = 114+116+33=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #727421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727421 is #8D8BDE. Grayscale: #6A6A6A. Windows color (decimal): -9276383 or 2192498. OLE color: 2192498.

HSL color Cylindrical-coordinate representation of color #727421: hue angle of 61.45º 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 #727421 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 33 -
CMYK 0.02 0 0.72 0.55
HSL 61.45º 0.56% 0.29% -
HSV(B) 61.45º 0.72% 0.45% -
XYZ 13.46 16.18 3.85 -
YUV 105.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 114 116 33 0.02 0 0.72 0.55 61.45 0.56 0.29
Hex 72 74 21 2 0 48 37 3D 38 1D
Octal 162 164 41 2 0 110 67 75 70 35
Binary 1110010 1110100 100001 10 0 1001000 110111 111101 111000 11101

Color Harmonies of #727421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727421

Black with #727421

Text Example


Text Example

White with #727421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727421; }

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

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

background-color css

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

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

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

border-color css

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

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

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