Html Css Color HEX #727625 Olivetone

📋 copy color: '#727625'

red 114 ◦ green 118 ◦ blue 37

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

Shades of Olivetone #727625

Tints of Olivetone #727625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 42.38%
G = 43.87%
B = 13.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#727625 (or 0x727625) is known color: Olivetone. HEX triplet: 72, 76 and 25. RGB value is (114,118,37). Sum of RGB (Red+Green+Blue) = 114+118+37=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #727625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727625 is #8D89DA. Grayscale: #6B6B6B. Windows color (decimal): -9275867 or 2455154. OLE color: 2455154.

HSL color Cylindrical-coordinate representation of color #727625: hue angle of 62.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #727625 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 37 -
CMYK 0.03 0 0.69 0.54
HSL 62.96º 0.52% 0.3% -
HSV(B) 62.96º 0.69% 0.46% -
XYZ 13.75 16.67 4.24 -
YUV 107.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 114 118 37 0.03 0 0.69 0.54 62.96 0.52 0.3
Hex 72 76 25 3 0 45 36 3F 34 1E
Octal 162 166 45 3 0 105 66 77 64 36
Binary 1110010 1110110 100101 11 0 1000101 110110 111111 110100 11110

Color Harmonies of #727625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727625

Black with #727625

Text Example


Text Example

White with #727625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727625; }

 p { color: rgb(114,118,37); }

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

background-color css

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

 a { background-color: rgb(114,118,37); }

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

border-color css

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

 span { border-color: rgb(114,118,37); }

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