Html Css Color HEX #727423 Olivetone

📋 copy color: '#727423'

red 114 ◦ green 116 ◦ blue 35

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

Shades of Olivetone #727423

Tints of Olivetone #727423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 43.02%
G = 43.77%
B = 13.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#727423 (or 0x727423) is known color: Olivetone. HEX triplet: 72, 74 and 23. RGB value is (114,116,35). Sum of RGB (Red+Green+Blue) = 114+116+35=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #727423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727423 is #8D8BDC. Grayscale: #6A6A6A. Windows color (decimal): -9276381 or 2323570. OLE color: 2323570.

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

Color convert

RGB 114 116 35 -
CMYK 0.02 0 0.70 0.55
HSL 61.48º 0.54% 0.3% -
HSV(B) 61.48º 0.7% 0.45% -
XYZ 13.49 16.19 4 -
YUV 106.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 114 116 35 0.02 0 0.70 0.55 61.48 0.54 0.3
Hex 72 74 23 2 0 46 37 3D 36 1E
Octal 162 164 43 2 0 106 67 75 66 36
Binary 1110010 1110100 100011 10 0 1000110 110111 111101 110110 11110

Color Harmonies of #727423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727423

Black with #727423

Text Example


Text Example

White with #727423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727423; }

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

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

background-color css

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

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

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

border-color css

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

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

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