Html Css Color HEX #727725 Olivetone

📋 copy color: '#727725'

red 114 ◦ green 119 ◦ blue 37

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

Shades of Olivetone #727725

Tints of Olivetone #727725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 42.22%
G = 44.07%
B = 13.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#727725 (or 0x727725) is known color: Olivetone. HEX triplet: 72, 77 and 25. RGB value is (114,119,37). Sum of RGB (Red+Green+Blue) = 114+119+37=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #727725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727725 is #8D88DA. Grayscale: #6C6C6C. Windows color (decimal): -9275611 or 2455410. OLE color: 2455410.

HSL color Cylindrical-coordinate representation of color #727725: hue angle of 63.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #727725 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 37 -
CMYK 0.04 0 0.69 0.53
HSL 63.66º 0.53% 0.31% -
HSV(B) 63.66º 0.69% 0.47% -
XYZ 13.87 16.9 4.28 -
YUV 108.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 114 119 37 0.04 0 0.69 0.53 63.66 0.53 0.31
Hex 72 77 25 4 0 45 35 40 35 1F
Octal 162 167 45 4 0 105 65 100 65 37
Binary 1110010 1110111 100101 100 0 1000101 110101 1000000 110101 11111

Color Harmonies of #727725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727725

Black with #727725

Text Example


Text Example

White with #727725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727725; }

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

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

background-color css

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

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

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

border-color css

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

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

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