Html Css Color HEX #70690F Olivetone

📋 copy color: '#70690F'

red 112 ◦ green 105 ◦ blue 15

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

Shades of Olivetone #70690F

Tints of Olivetone #70690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

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

R = 48.28%
G = 45.26%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70690F (or 0x70690F) is known color: Olivetone. HEX triplet: 70, 69 and 0F. RGB value is (112,105,15). Sum of RGB (Red+Green+Blue) = 112+105+15=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70690F is #8F96F0. Grayscale: #616161. Windows color (decimal): -9410289 or 1010032. OLE color: 1010032.

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

Color convert

RGB 112 105 15 -
CMYK 0 0.06 0.87 0.56
HSL 55.67º 0.76% 0.25% -
HSV(B) 55.67º 0.87% 0.44% -
XYZ 11.82 13.58 2.45 -
YUV 96.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 112 105 15 0 0.06 0.87 0.56 55.67 0.76 0.25
Hex 70 69 F 0 6 57 38 38 4C 19
Octal 160 151 17 0 6 127 70 70 114 31
Binary 1110000 1101001 1111 0 110 1010111 111000 111000 1001100 11001

Color Harmonies of #70690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70690F

Black with #70690F

Text Example


Text Example

White with #70690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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