#6F975D

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

Shades of Highland #6F975D

Tints of Highland #6F975D

Color information

#6F975D (or 0x6F975D) is unknown color: approx Highland. HEX triplet: 6F, 97 and 5D. RGB value is (111,151,93). Sum of RGB (Red+Green+Blue) = 111+151+93=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #6F975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F975D is #9068A2. Grayscale: #848484. Windows color (decimal): -9463971 or 6133615. OLE color: 6133615.

HSL color Cylindrical-coordinate representation of color #6F975D: hue angle of 101.38º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F975D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB11115193-
CMYK0.2600.380.41
HSL101.38º23.77%47.84%-
HSV(B)101.38º38.41%59.22%-
XYZ19.626.314.4-
YUV132.43105.75112.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.27%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=31.27%
G=42.54%
B=26.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111151930.2600.380.41101.3823.7747.84
Hex6F975D1A02629651830
Octal15722713532046511453060
Binary1101111100101111011101110100100110101001110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F975D; }

 p { color: rgb(111,151,93); }

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

<style>
 a { background-color: #6F975D; }

 a { background-color: rgb(111,151,93); }

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

<style>
 span { border-color: #6F975D; }

 span { border-color: rgb(111,151,93); }

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