Html Css Color HEX #707805 Olive

📋 copy color: '#707805'

red 112 ◦ green 120 ◦ blue 5

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

Shades of Olive #707805

Tints of Olive #707805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.63%

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

R = 47.26%
G = 50.63%
B = 2.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#707805 (or 0x707805) is known color: Olive. HEX triplet: 70, 78 and 05. RGB value is (112,120,5). Sum of RGB (Red+Green+Blue) = 112+120+5=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #707805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707805 is #8F87FA. Grayscale: #686868. Windows color (decimal): -9406459 or 358512. OLE color: 358512.

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

Color convert

RGB 112 120 5 -
CMYK 0.07 0 0.96 0.53
HSL 64.17º 0.92% 0.25% -
HSV(B) 64.17º 0.96% 0.47% -
XYZ 13.43 16.89 2.7 -
YUV 104.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 112 120 5 0.07 0 0.96 0.53 64.17 0.92 0.25
Hex 70 78 5 7 0 60 35 40 5C 19
Octal 160 170 5 7 0 140 65 100 134 31
Binary 1110000 1111000 101 111 0 1100000 110101 1000000 1011100 11001

Color Harmonies of #707805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707805

Black with #707805

Text Example


Text Example

White with #707805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707805; }

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

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

background-color css

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

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

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

border-color css

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

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

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