#707108

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

Shades of Olive #707108

Tints of Olive #707108

Color information

#707108 (or 0x707108) is unknown color: approx Olive. HEX triplet: 70, 71 and 08. RGB value is (112,113,8). Sum of RGB (Red+Green+Blue) = 112+113+8=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #707108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707108 is #8F8EF7. Grayscale: #656565. Windows color (decimal): -9408248 or 553328. OLE color: 553328.

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

Color convert

RGB1121138-
CMYK0.0100.930.56
HSL60.57º86.78%23.73%-
HSV(B)60.57º92.92%44.31%-
XYZ12.6315.272.51-
YUV100.7375.67136.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=48.07%
G=48.50%
B=3.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211380.0100.930.5660.5786.7823.73
Hex70718105D383d5718
Octal1601611010135707512730
Binary111000011100011000101011101111000111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707108; }

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

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

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

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

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

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

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

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