#6F955D

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

Shades of Highland #6F955D

Tints of Highland #6F955D

Color information

#6F955D (or 0x6F955D) is unknown color: approx Highland. HEX triplet: 6F, 95 and 5D. RGB value is (111,149,93). Sum of RGB (Red+Green+Blue) = 111+149+93=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #6F955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F955D is #906AA2. Grayscale: #838383. Windows color (decimal): -9464483 or 6133103. OLE color: 6133103.

HSL color Cylindrical-coordinate representation of color #6F955D: hue angle of 100.71º 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 #6F955D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11114993-
CMYK0.2600.380.42
HSL100.71º23.14%47.45%-
HSV(B)100.71º37.58%58.43%-
XYZ19.2825.6614.29-
YUV131.25106.41113.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=31.44%
G=42.21%
B=26.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111149930.2600.380.42100.7123.1447.45
Hex6F955D1A0262A65172f
Octal15722513532046521452757
Binary1101111100101011011101110100100110101010110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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