Html Css Color HEX #707108 Olive

📋 copy color: '#707108'

red 112 ◦ green 113 ◦ blue 8

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

Shades of Olive #707108

Tints of Olive #707108

RGB

 RED value IS 112 (44.14% from 255) = 48.07%

 GREEN value IS 113 (44.53% from 255) = 48.5%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 48.07%
G = 48.5%
B = 3.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#707108 (or 0x707108) is known color: 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

RGB 112 113 8 -
CMYK 0.01 0 0.93 0.56
HSL 60.57º 0.87% 0.24% -
HSV(B) 60.57º 0.93% 0.44% -
XYZ 12.63 15.27 2.51 -
YUV 100.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 112 113 8 0.01 0 0.93 0.56 60.57 0.87 0.24
Hex 70 71 8 1 0 5D 38 3D 57 18
Octal 160 161 10 1 0 135 70 75 127 30
Binary 1110000 1110001 1000 1 0 1011101 111000 111101 1010111 11000

Color Harmonies of #707108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707108

Black with #707108

Text Example


Text Example

White with #707108

Text Example


Text Example

HTML Codes & Css Web 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>