Html Css Color HEX #70700F Olivetone

📋 copy color: '#70700F'

red 112 ◦ green 112 ◦ blue 15

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

Shades of Olivetone #70700F

Tints of Olivetone #70700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

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

R = 46.86%
G = 46.86%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70700F (or 0x70700F) is known color: Olivetone. HEX triplet: 70, 70 and 0F. RGB value is (112,112,15). Sum of RGB (Red+Green+Blue) = 112+112+15=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70700F is #8F8FF0. Grayscale: #656565. Windows color (decimal): -9408497 or 1011824. OLE color: 1011824.

HSL color Cylindrical-coordinate representation of color #70700F: hue angle of 60º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70700F is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 15 -
CMYK 0 0 0.87 0.56
HSL 60º 0.76% 0.25% -
HSV(B) 60º 0.87% 0.44% -
XYZ 12.56 15.07 2.7 -
YUV 100.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 112 112 15 0 0 0.87 0.56 60 0.76 0.25
Hex 70 70 F 0 0 57 38 3C 4C 19
Octal 160 160 17 0 0 127 70 74 114 31
Binary 1110000 1110000 1111 0 0 1010111 111000 111100 1001100 11001

Color Harmonies of #70700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70700F

Black with #70700F

Text Example


Text Example

White with #70700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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