#72680A

Color #72680A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #72680A

Tints of Olive #72680A

Color information

#72680A (or 0x72680A) is unknown color: approx Olive. HEX triplet: 72, 68 and 0A. RGB value is (114,104,10). Sum of RGB (Red+Green+Blue) = 114+104+10=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72680A is #8D97F5. Grayscale: #606060. Windows color (decimal): -9279478 or 682098. OLE color: 682098.

HSL color Cylindrical-coordinate representation of color #72680A: hue angle of 54.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72680A is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11410410-
CMYK00.090.910.55
HSL54.23º83.87%24.31%-
HSV(B)54.23º91.23%44.71%-
XYZ11.9413.52.26-
YUV96.2779.31140.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=50%
G=45.61%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141041000.090.910.5554.2383.8724.31
Hex7268A095B37365418
Octal16215012011133676612430
Binary111001011010001010010011011011110111110110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72680A; }

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

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

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

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

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

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

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

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