Html Css Color HEX #70690C Olivetone

📋 copy color: '#70690C'

red 112 ◦ green 105 ◦ blue 12

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

Shades of Olivetone #70690C

Tints of Olivetone #70690C

RGB

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

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

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

R = 48.91%
G = 45.85%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70690C (or 0x70690C) is known color: Olivetone. HEX triplet: 70, 69 and 0C. RGB value is (112,105,12). Sum of RGB (Red+Green+Blue) = 112+105+12=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70690C is #8F96F3. Grayscale: #606060. Windows color (decimal): -9410292 or 813424. OLE color: 813424.

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

Color convert

RGB 112 105 12 -
CMYK 0 0.06 0.89 0.56
HSL 55.8º 0.81% 0.24% -
HSV(B) 55.8º 0.89% 0.44% -
XYZ 11.8 13.57 2.35 -
YUV 96.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 112 105 12 0 0.06 0.89 0.56 55.8 0.81 0.24
Hex 70 69 C 0 6 59 38 38 51 18
Octal 160 151 14 0 6 131 70 70 121 30
Binary 1110000 1101001 1100 0 110 1011001 111000 111000 1010001 11000

Color Harmonies of #70690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70690C

Black with #70690C

Text Example


Text Example

White with #70690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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