Html Css Color HEX #726725 Olivetone

📋 copy color: '#726725'

red 114 ◦ green 103 ◦ blue 37

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

Shades of Olivetone #726725

Tints of Olivetone #726725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 44.88%
G = 40.55%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726725 (or 0x726725) is known color: Olivetone. HEX triplet: 72, 67 and 25. RGB value is (114,103,37). Sum of RGB (Red+Green+Blue) = 114+103+37=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726725 is #8D98DA. Grayscale: #636363. Windows color (decimal): -9279707 or 2451314. OLE color: 2451314.

HSL color Cylindrical-coordinate representation of color #726725: hue angle of 51.43º 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 #726725 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 37 -
CMYK 0 0.10 0.68 0.55
HSL 51.43º 0.51% 0.3% -
HSV(B) 51.43º 0.68% 0.45% -
XYZ 12.12 13.41 3.7 -
YUV 98.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 114 103 37 0 0.10 0.68 0.55 51.43 0.51 0.3
Hex 72 67 25 0 A 44 37 33 33 1E
Octal 162 147 45 0 12 104 67 63 63 36
Binary 1110010 1100111 100101 0 1010 1000100 110111 110011 110011 11110

Color Harmonies of #726725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726725

Black with #726725

Text Example


Text Example

White with #726725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726725; }

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

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

background-color css

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

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

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

border-color css

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

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

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