Html Css Color HEX #707400 Olive

📋 copy color: '#707400'

red 112 ◦ green 116 ◦ blue 0

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

Shades of Olive #707400

Tints of Olive #707400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.12%
G = 50.88%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#707400 (or 0x707400) is known color: Olive. HEX triplet: 70, 74 and 00. RGB value is (112,116,0). Sum of RGB (Red+Green+Blue) = 112+116+0=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #707400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707400 is #8F8BFF. Grayscale: #666666. Windows color (decimal): -9407488 or 29808. OLE color: 29808.

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

Color convert

RGB 112 116 0 -
CMYK 0.03 0 1 0.55
HSL 62.07º 1% 0.23% -
HSV(B) 62.07º 1% 0.45% -
XYZ 12.93 15.94 2.39 -
YUV 101.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 112 116 0 0.03 0 1 0.55 62.07 1 0.23
Hex 70 74 0 3 0 64 37 3E 64 17
Octal 160 164 0 3 0 144 67 76 144 27
Binary 1110000 1110100 0 11 0 1100100 110111 111110 1100100 10111

Color Harmonies of #707400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707400

Black with #707400

Text Example


Text Example

White with #707400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707400; }

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

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

background-color css

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

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

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

border-color css

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

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

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