Html Css Color HEX #707701 Olive

📋 copy color: '#707701'

red 112 ◦ green 119 ◦ blue 1

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

Shades of Olive #707701

Tints of Olive #707701

RGB

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

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

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

R = 48.28%
G = 51.29%
B = 0.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#707701 (or 0x707701) is known color: Olive. HEX triplet: 70, 77 and 01. RGB value is (112,119,1). Sum of RGB (Red+Green+Blue) = 112+119+1=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #707701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707701 is #8F88FE. Grayscale: #676767. Windows color (decimal): -9406719 or 96112. OLE color: 96112.

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

Color convert

RGB 112 119 1 -
CMYK 0.06 0 0.99 0.53
HSL 63.56º 0.98% 0.24% -
HSV(B) 63.56º 0.99% 0.47% -
XYZ 13.28 16.64 2.54 -
YUV 103.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 112 119 1 0.06 0 0.99 0.53 63.56 0.98 0.24
Hex 70 77 1 6 0 63 35 40 62 18
Octal 160 167 1 6 0 143 65 100 142 30
Binary 1110000 1110111 1 110 0 1100011 110101 1000000 1100010 11000

Color Harmonies of #707701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707701

Black with #707701

Text Example


Text Example

White with #707701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707701; }

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

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

background-color css

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

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

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

border-color css

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

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

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