Html Css Color HEX #707605 Olive

📋 copy color: '#707605'

red 112 ◦ green 118 ◦ blue 5

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

Shades of Olive #707605

Tints of Olive #707605

RGB

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

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

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

R = 47.66%
G = 50.21%
B = 2.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#707605 (or 0x707605) is known color: Olive. HEX triplet: 70, 76 and 05. RGB value is (112,118,5). Sum of RGB (Red+Green+Blue) = 112+118+5=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #707605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707605 is #8F89FA. Grayscale: #676767. Windows color (decimal): -9406971 or 358000. OLE color: 358000.

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

Color convert

RGB 112 118 5 -
CMYK 0.05 0 0.96 0.54
HSL 63.19º 0.92% 0.24% -
HSV(B) 63.19º 0.96% 0.46% -
XYZ 13.19 16.41 2.62 -
YUV 103.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 112 118 5 0.05 0 0.96 0.54 63.19 0.92 0.24
Hex 70 76 5 5 0 60 36 3F 5C 18
Octal 160 166 5 5 0 140 66 77 134 30
Binary 1110000 1110110 101 101 0 1100000 110110 111111 1011100 11000

Color Harmonies of #707605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707605

Black with #707605

Text Example


Text Example

White with #707605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707605; }

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

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

background-color css

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

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

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

border-color css

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

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

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