Html Css Color HEX #727425 Olivetone

📋 copy color: '#727425'

red 114 ◦ green 116 ◦ blue 37

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

Shades of Olivetone #727425

Tints of Olivetone #727425

RGB

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

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

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

R = 42.7%
G = 43.45%
B = 13.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#727425 (or 0x727425) is known color: Olivetone. HEX triplet: 72, 74 and 25. RGB value is (114,116,37). Sum of RGB (Red+Green+Blue) = 114+116+37=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #727425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727425 is #8D8BDA. Grayscale: #6A6A6A. Windows color (decimal): -9276379 or 2454642. OLE color: 2454642.

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

Color convert

RGB 114 116 37 -
CMYK 0.02 0 0.68 0.55
HSL 61.52º 0.52% 0.3% -
HSV(B) 61.52º 0.68% 0.45% -
XYZ 13.52 16.2 4.17 -
YUV 106.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 114 116 37 0.02 0 0.68 0.55 61.52 0.52 0.3
Hex 72 74 25 2 0 44 37 3E 34 1E
Octal 162 164 45 2 0 104 67 76 64 36
Binary 1110010 1110100 100101 10 0 1000100 110111 111110 110100 11110

Color Harmonies of #727425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727425

Black with #727425

Text Example


Text Example

White with #727425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727425; }

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

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

background-color css

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

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

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

border-color css

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

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

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