Html Css Color HEX #706B30 Olivetone

📋 copy color: '#706B30'

red 112 ◦ green 107 ◦ blue 48

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

Shades of Olivetone #706B30

Tints of Olivetone #706B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 41.95%
G = 40.07%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706B30 (or 0x706B30) is known color: Olivetone. HEX triplet: 70, 6B and 30. RGB value is (112,107,48). Sum of RGB (Red+Green+Blue) = 112+107+48=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B30 is #8F94CF. Grayscale: #666666. Windows color (decimal): -9409744 or 3173232. OLE color: 3173232.

HSL color Cylindrical-coordinate representation of color #706B30: hue angle of 55.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706B30 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 48 -
CMYK 0 0.04 0.57 0.56
HSL 55.31º 0.4% 0.31% -
HSV(B) 55.31º 0.57% 0.44% -
XYZ 12.47 14.17 4.87 -
YUV 101.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 112 107 48 0 0.04 0.57 0.56 55.31 0.4 0.31
Hex 70 6B 30 0 4 39 38 37 28 1F
Octal 160 153 60 0 4 71 70 67 50 37
Binary 1110000 1101011 110000 0 100 111001 111000 110111 101000 11111

Color Harmonies of #706B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B30

Black with #706B30

Text Example


Text Example

White with #706B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B30; }

 p { color: rgb(112,107,48); }

 H1.HeaderClassName
 {
   color: #706B30;
 }
 .AnyTagClassName
 {
   color: #706B30;
 }
</style>

background-color css

<style>
 a { background-color: #706B30; }

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

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

border-color css

<style>
 span { border-color: #706B30; }

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

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