Html Css Color HEX #707601 Olive

📋 copy color: '#707601'

red 112 ◦ green 118 ◦ blue 1

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

Shades of Olive #707601

Tints of Olive #707601

RGB

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

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

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

R = 48.48%
G = 51.08%
B = 0.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#707601 (or 0x707601) is known color: Olive. HEX triplet: 70, 76 and 01. RGB value is (112,118,1). Sum of RGB (Red+Green+Blue) = 112+118+1=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #707601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707601 is #8F89FE. Grayscale: #676767. Windows color (decimal): -9406975 or 95856. OLE color: 95856.

HSL color Cylindrical-coordinate representation of color #707601: hue angle of 63.08º 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 #707601 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 1 -
CMYK 0.05 0 0.99 0.54
HSL 63.08º 0.98% 0.23% -
HSV(B) 63.08º 0.99% 0.46% -
XYZ 13.17 16.4 2.5 -
YUV 102.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 112 118 1 0.05 0 0.99 0.54 63.08 0.98 0.23
Hex 70 76 1 5 0 63 36 3F 62 17
Octal 160 166 1 5 0 143 66 77 142 27
Binary 1110000 1110110 1 101 0 1100011 110110 111111 1100010 10111

Color Harmonies of #707601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707601

Black with #707601

Text Example


Text Example

White with #707601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707601; }

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

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

background-color css

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

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

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

border-color css

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

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

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