Html Css Color HEX #707401 Olive

📋 copy color: '#707401'

red 112 ◦ green 116 ◦ blue 1

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

Shades of Olive #707401

Tints of Olive #707401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

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

R = 48.91%
G = 50.66%
B = 0.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#707401 (or 0x707401) is known color: Olive. HEX triplet: 70, 74 and 01. RGB value is (112,116,1). Sum of RGB (Red+Green+Blue) = 112+116+1=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #707401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707401 is #8F8BFE. Grayscale: #666666. Windows color (decimal): -9407487 or 95344. OLE color: 95344.

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

Color convert

RGB 112 116 1 -
CMYK 0.03 0 0.99 0.55
HSL 62.09º 0.98% 0.23% -
HSV(B) 62.09º 0.99% 0.45% -
XYZ 12.93 15.94 2.42 -
YUV 101.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 112 116 1 0.03 0 0.99 0.55 62.09 0.98 0.23
Hex 70 74 1 3 0 63 37 3E 62 17
Octal 160 164 1 3 0 143 67 76 142 27
Binary 1110000 1110100 1 11 0 1100011 110111 111110 1100010 10111

Color Harmonies of #707401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707401

Black with #707401

Text Example


Text Example

White with #707401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707401; }

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

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

background-color css

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

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

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

border-color css

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

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

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