#727108

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

Shades of Olive #727108

Tints of Olive #727108

Color information

#727108 (or 0x727108) is unknown color: approx Olive. HEX triplet: 72, 71 and 08. RGB value is (114,113,8). Sum of RGB (Red+Green+Blue) = 114+113+8=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #727108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727108 is #8D8EF7. Grayscale: #656565. Windows color (decimal): -9277176 or 553330. OLE color: 553330.

HSL color Cylindrical-coordinate representation of color #727108: hue angle of 59.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #727108 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1141138-
CMYK00.010.930.55
HSL59.43º86.89%23.92%-
HSV(B)59.43º92.98%44.71%-
XYZ12.8915.412.52-
YUV101.3375.33137.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=48.51%
G=48.09%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114113800.010.930.5559.4386.8923.92
Hex72718015D373b5718
Octal1621611001135677312730
Binary111001011100011000011011101110111111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727108; }

 p { color: rgb(114,113,8); }

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

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

 a { background-color: rgb(114,113,8); }

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

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

 span { border-color: rgb(114,113,8); }

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