Html Css Color HEX #726D25 Olivetone

📋 copy color: '#726D25'

red 114 ◦ green 109 ◦ blue 37

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

Shades of Olivetone #726D25

Tints of Olivetone #726D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

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

R = 43.85%
G = 41.92%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726D25 (or 0x726D25) is known color: Olivetone. HEX triplet: 72, 6D and 25. RGB value is (114,109,37). Sum of RGB (Red+Green+Blue) = 114+109+37=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #726D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D25 is #8D92DA. Grayscale: #666666. Windows color (decimal): -9278171 or 2452850. OLE color: 2452850.

HSL color Cylindrical-coordinate representation of color #726D25: hue angle of 56.1º degrees, saturation: 0.51, 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 #726D25 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 37 -
CMYK 0 0.04 0.68 0.55
HSL 56.1º 0.51% 0.3% -
HSV(B) 56.1º 0.68% 0.45% -
XYZ 12.74 14.65 3.91 -
YUV 102.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 114 109 37 0 0.04 0.68 0.55 56.1 0.51 0.3
Hex 72 6D 25 0 4 44 37 38 33 1E
Octal 162 155 45 0 4 104 67 70 63 36
Binary 1110010 1101101 100101 0 100 1000100 110111 111000 110011 11110

Color Harmonies of #726D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D25

Black with #726D25

Text Example


Text Example

White with #726D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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