#70955D

Color #70955D Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #70955D

Tints of Highland #70955D

Color information

#70955D (or 0x70955D) is unknown color: approx Highland. HEX triplet: 70, 95 and 5D. RGB value is (112,149,93). Sum of RGB (Red+Green+Blue) = 112+149+93=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #70955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70955D is #8F6AA2. Grayscale: #838383. Windows color (decimal): -9398947 or 6133104. OLE color: 6133104.

HSL color Cylindrical-coordinate representation of color #70955D: hue angle of 99.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70955D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11214993-
CMYK0.2500.380.42
HSL99.64º23.14%47.45%-
HSV(B)99.64º37.58%58.43%-
XYZ19.4125.7314.3-
YUV131.55106.24114.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=31.64%
G=42.09%
B=26.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149930.2500.380.4299.6423.1447.45
Hex70955D190262A64172f
Octal16022513531046521442757
Binary1110000100101011011101110010100110101010110010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,149,93); }

 H1.HeaderClassName
 {
   color: #70955D;
 }
 .AnyTagClassName
 {
   color: #70955D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,149,93); }

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

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

 span { border-color: rgb(112,149,93); }

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