Html Css Color HEX #706F30 Olivetone

📋 copy color: '#706F30'

red 112 ◦ green 111 ◦ blue 48

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

Shades of Olivetone #706F30

Tints of Olivetone #706F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

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

R = 41.33%
G = 40.96%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706F30 (or 0x706F30) is known color: Olivetone. HEX triplet: 70, 6F and 30. RGB value is (112,111,48). Sum of RGB (Red+Green+Blue) = 112+111+48=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F30 is #8F90CF. Grayscale: #686868. Windows color (decimal): -9408720 or 3174256. OLE color: 3174256.

HSL color Cylindrical-coordinate representation of color #706F30: hue angle of 59.06º 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 #706F30 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 48 -
CMYK 0 0.01 0.57 0.56
HSL 59.06º 0.4% 0.31% -
HSV(B) 59.06º 0.57% 0.44% -
XYZ 12.9 15.03 5.02 -
YUV 104.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 112 111 48 0 0.01 0.57 0.56 59.06 0.4 0.31
Hex 70 6F 30 0 1 39 38 3B 28 1F
Octal 160 157 60 0 1 71 70 73 50 37
Binary 1110000 1101111 110000 0 1 111001 111000 111011 101000 11111

Color Harmonies of #706F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F30

Black with #706F30

Text Example


Text Example

White with #706F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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