Html Css Color HEX #70750F Olive

📋 copy color: '#70750F'

red 112 ◦ green 117 ◦ blue 15

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

Shades of Olive #70750F

Tints of Olive #70750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 45.9%
G = 47.95%
B = 6.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#70750F (or 0x70750F) is known color: Olive. HEX triplet: 70, 75 and 0F. RGB value is (112,117,15). Sum of RGB (Red+Green+Blue) = 112+117+15=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #70750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70750F is #8F8AF0. Grayscale: #686868. Windows color (decimal): -9407217 or 1013104. OLE color: 1013104.

HSL color Cylindrical-coordinate representation of color #70750F: hue angle of 62.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70750F is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 15 -
CMYK 0.04 0 0.87 0.54
HSL 62.94º 0.77% 0.26% -
HSV(B) 62.94º 0.87% 0.46% -
XYZ 13.13 16.2 2.89 -
YUV 103.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 112 117 15 0.04 0 0.87 0.54 62.94 0.77 0.26
Hex 70 75 F 4 0 57 36 3F 4D 1A
Octal 160 165 17 4 0 127 66 77 115 32
Binary 1110000 1110101 1111 100 0 1010111 110110 111111 1001101 11010

Color Harmonies of #70750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70750F

Black with #70750F

Text Example


Text Example

White with #70750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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