#6F9658

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

Shades of Highland #6F9658

Tints of Highland #6F9658

Color information

#6F9658 (or 0x6F9658) is unknown color: approx Highland. HEX triplet: 6F, 96 and 58. RGB value is (111,150,88). Sum of RGB (Red+Green+Blue) = 111+150+88=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9658 is #9069A7. Grayscale: #838383. Windows color (decimal): -9464232 or 5805679. OLE color: 5805679.

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

Color convert

RGB11115088-
CMYK0.2600.410.41
HSL97.74º26.05%46.67%-
HSV(B)97.74º41.33%58.82%-
XYZ19.2225.913.22-
YUV131.27103.58113.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=31.81%
G=42.98%
B=25.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111150880.2600.410.4197.7426.0546.67
Hex6F96581A02929621a2f
Octal15722613032051511423257
Binary1101111100101101011000110100101001101001110001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,88); }

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

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

 a { background-color: rgb(111,150,88); }

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

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

 span { border-color: rgb(111,150,88); }

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