Html Css Color HEX #70680D Olivetone

📋 copy color: '#70680D'

red 112 ◦ green 104 ◦ blue 13

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

Shades of Olivetone #70680D

Tints of Olivetone #70680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 48.91%
G = 45.41%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70680D (or 0x70680D) is known color: Olivetone. HEX triplet: 70, 68 and 0D. RGB value is (112,104,13). Sum of RGB (Red+Green+Blue) = 112+104+13=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680D is #8F97F2. Grayscale: #606060. Windows color (decimal): -9410547 or 878704. OLE color: 878704.

HSL color Cylindrical-coordinate representation of color #70680D: hue angle of 55.15º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70680D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 13 -
CMYK 0 0.07 0.88 0.56
HSL 55.15º 0.79% 0.25% -
HSV(B) 55.15º 0.88% 0.44% -
XYZ 11.71 13.37 2.35 -
YUV 96.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 112 104 13 0 0.07 0.88 0.56 55.15 0.79 0.25
Hex 70 68 D 0 7 58 38 37 4F 19
Octal 160 150 15 0 7 130 70 67 117 31
Binary 1110000 1101000 1101 0 111 1011000 111000 110111 1001111 11001

Color Harmonies of #70680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70680D

Black with #70680D

Text Example


Text Example

White with #70680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70680D; }

 p { color: rgb(112,104,13); }

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

background-color css

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

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

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

border-color css

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

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

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