Html Css Color HEX #70760F Olive

📋 copy color: '#70760F'

red 112 ◦ green 118 ◦ blue 15

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

Shades of Olive #70760F

Tints of Olive #70760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

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

R = 45.71%
G = 48.16%
B = 6.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#70760F (or 0x70760F) is known color: Olive. HEX triplet: 70, 76 and 0F. RGB value is (112,118,15). Sum of RGB (Red+Green+Blue) = 112+118+15=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #70760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70760F is #8F89F0. Grayscale: #686868. Windows color (decimal): -9406961 or 1013360. OLE color: 1013360.

HSL color Cylindrical-coordinate representation of color #70760F: hue angle of 63.5º 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 #70760F is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 15 -
CMYK 0.05 0 0.87 0.54
HSL 63.5º 0.77% 0.26% -
HSV(B) 63.5º 0.87% 0.46% -
XYZ 13.25 16.44 2.93 -
YUV 104.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 112 118 15 0.05 0 0.87 0.54 63.5 0.77 0.26
Hex 70 76 F 5 0 57 36 3F 4D 1A
Octal 160 166 17 5 0 127 66 77 115 32
Binary 1110000 1110110 1111 101 0 1010111 110110 111111 1001101 11010

Color Harmonies of #70760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70760F

Black with #70760F

Text Example


Text Example

White with #70760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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