Html Css Color HEX #707705 Olive

📋 copy color: '#707705'

red 112 ◦ green 119 ◦ blue 5

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

Shades of Olive #707705

Tints of Olive #707705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 47.46%
G = 50.42%
B = 2.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#707705 (or 0x707705) is known color: Olive. HEX triplet: 70, 77 and 05. RGB value is (112,119,5). Sum of RGB (Red+Green+Blue) = 112+119+5=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #707705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707705 is #8F88FA. Grayscale: #686868. Windows color (decimal): -9406715 or 358256. OLE color: 358256.

HSL color Cylindrical-coordinate representation of color #707705: hue angle of 63.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707705 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 5 -
CMYK 0.06 0 0.96 0.53
HSL 63.68º 0.92% 0.24% -
HSV(B) 63.68º 0.96% 0.47% -
XYZ 13.31 16.65 2.66 -
YUV 103.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 112 119 5 0.06 0 0.96 0.53 63.68 0.92 0.24
Hex 70 77 5 6 0 60 35 40 5C 18
Octal 160 167 5 6 0 140 65 100 134 30
Binary 1110000 1110111 101 110 0 1100000 110101 1000000 1011100 11000

Color Harmonies of #707705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707705

Black with #707705

Text Example


Text Example

White with #707705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707705; }

 p { color: rgb(112,119,5); }

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

background-color css

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

 a { background-color: rgb(112,119,5); }

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

border-color css

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

 span { border-color: rgb(112,119,5); }

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