Html Css Color HEX #707504 Olive

📋 copy color: '#707504'

red 112 ◦ green 117 ◦ blue 4

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

Shades of Olive #707504

Tints of Olive #707504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 48.07%
G = 50.21%
B = 1.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#707504 (or 0x707504) is known color: Olive. HEX triplet: 70, 75 and 04. RGB value is (112,117,4). Sum of RGB (Red+Green+Blue) = 112+117+4=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #707504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707504 is #8F8AFB. Grayscale: #676767. Windows color (decimal): -9407228 or 292208. OLE color: 292208.

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

Color convert

RGB 112 117 4 -
CMYK 0.04 0 0.97 0.54
HSL 62.65º 0.93% 0.24% -
HSV(B) 62.65º 0.97% 0.46% -
XYZ 13.07 16.18 2.55 -
YUV 102.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 112 117 4 0.04 0 0.97 0.54 62.65 0.93 0.24
Hex 70 75 4 4 0 61 36 3F 5D 18
Octal 160 165 4 4 0 141 66 77 135 30
Binary 1110000 1110101 100 100 0 1100001 110110 111111 1011101 11000

Color Harmonies of #707504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707504

Black with #707504

Text Example


Text Example

White with #707504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707504; }

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

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

background-color css

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

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

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

border-color css

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

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

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