Html Css Color HEX #707608 Olive

📋 copy color: '#707608'

red 112 ◦ green 118 ◦ blue 8

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

Shades of Olive #707608

Tints of Olive #707608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 47.06%
G = 49.58%
B = 3.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#707608 (or 0x707608) is known color: Olive. HEX triplet: 70, 76 and 08. RGB value is (112,118,8). Sum of RGB (Red+Green+Blue) = 112+118+8=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #707608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707608 is #8F89F7. Grayscale: #686868. Windows color (decimal): -9406968 or 554608. OLE color: 554608.

HSL color Cylindrical-coordinate representation of color #707608: hue angle of 63.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707608 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 8 -
CMYK 0.05 0 0.93 0.54
HSL 63.27º 0.87% 0.25% -
HSV(B) 63.27º 0.93% 0.46% -
XYZ 13.2 16.42 2.7 -
YUV 103.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 112 118 8 0.05 0 0.93 0.54 63.27 0.87 0.25
Hex 70 76 8 5 0 5D 36 3F 57 19
Octal 160 166 10 5 0 135 66 77 127 31
Binary 1110000 1110110 1000 101 0 1011101 110110 111111 1010111 11001

Color Harmonies of #707608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707608

Black with #707608

Text Example


Text Example

White with #707608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707608; }

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

 H1.HeaderClassName
 {
   color: #707608;
 }
 .AnyTagClassName
 {
   color: #707608;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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