Html Css Color HEX #707501 Olive

📋 copy color: '#707501'

red 112 ◦ green 117 ◦ blue 1

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

Shades of Olive #707501

Tints of Olive #707501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.87%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 48.7%
G = 50.87%
B = 0.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#707501 (or 0x707501) is known color: Olive. HEX triplet: 70, 75 and 01. RGB value is (112,117,1). Sum of RGB (Red+Green+Blue) = 112+117+1=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #707501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707501 is #8F8AFE. Grayscale: #666666. Windows color (decimal): -9407231 or 95600. OLE color: 95600.

HSL color Cylindrical-coordinate representation of color #707501: hue angle of 62.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #707501 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 1 -
CMYK 0.04 0 0.99 0.54
HSL 62.59º 0.98% 0.23% -
HSV(B) 62.59º 0.99% 0.46% -
XYZ 13.05 16.17 2.46 -
YUV 102.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 112 117 1 0.04 0 0.99 0.54 62.59 0.98 0.23
Hex 70 75 1 4 0 63 36 3F 62 17
Octal 160 165 1 4 0 143 66 77 142 27
Binary 1110000 1110101 1 100 0 1100011 110110 111111 1100010 10111

Color Harmonies of #707501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707501

Black with #707501

Text Example


Text Example

White with #707501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707501; }

 p { color: rgb(112,117,1); }

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

background-color css

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

 a { background-color: rgb(112,117,1); }

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

border-color css

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

 span { border-color: rgb(112,117,1); }

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