#72681F

Color #72681F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #72681F

Tints of Olivetone #72681F

Color information

#72681F (or 0x72681F) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 1F. RGB value is (114,104,31). Sum of RGB (Red+Green+Blue) = 114+104+31=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #72681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681F is #8D97E0. Grayscale: #626262. Windows color (decimal): -9279457 or 2058354. OLE color: 2058354.

HSL color Cylindrical-coordinate representation of color #72681F: hue angle of 52.77º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72681F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11410431-
CMYK00.090.730.55
HSL52.77º57.24%28.43%-
HSV(B)52.77º72.81%44.71%-
XYZ12.1413.583.28-
YUV98.6789.81138.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=45.78%
G=41.77%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141043100.090.730.5552.7757.2428.43
Hex72681F09493735391c
Octal1621503701111167657134
Binary111001011010001111101001100100111011111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72681F; }

 p { color: rgb(114,104,31); }

 H1.HeaderClassName
 {
   color: #72681F;
 }
 .AnyTagClassName
 {
   color: #72681F;
 }
</style>
background-color css

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

 a { background-color: rgb(114,104,31); }

 div.DivClassName
 {
   background-color: #72681F;
 }
 .BgClassName
 {
   background-color: #72681F;
 }
</style>
border-color css

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

 span { border-color: rgb(114,104,31); }

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