Html Css Color HEX #70680C Olivetone

📋 copy color: '#70680C'

red 112 ◦ green 104 ◦ blue 12

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

Shades of Olivetone #70680C

Tints of Olivetone #70680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 49.12%
G = 45.61%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70680C (or 0x70680C) is known color: Olivetone. HEX triplet: 70, 68 and 0C. RGB value is (112,104,12). Sum of RGB (Red+Green+Blue) = 112+104+12=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680C is #8F97F3. Grayscale: #606060. Windows color (decimal): -9410548 or 813168. OLE color: 813168.

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

Color convert

RGB 112 104 12 -
CMYK 0 0.07 0.89 0.56
HSL 55.2º 0.81% 0.24% -
HSV(B) 55.2º 0.89% 0.44% -
XYZ 11.7 13.37 2.31 -
YUV 95.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 112 104 12 0 0.07 0.89 0.56 55.2 0.81 0.24
Hex 70 68 C 0 7 59 38 37 51 18
Octal 160 150 14 0 7 131 70 67 121 30
Binary 1110000 1101000 1100 0 111 1011001 111000 110111 1010001 11000

Color Harmonies of #70680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70680C

Black with #70680C

Text Example


Text Example

White with #70680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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