#6F9258

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

Shades of Highland #6F9258

Tints of Highland #6F9258

Color information

#6F9258 (or 0x6F9258) is unknown color: approx Highland. HEX triplet: 6F, 92 and 58. RGB value is (111,146,88). Sum of RGB (Red+Green+Blue) = 111+146+88=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9258 is #906DA7. Grayscale: #818181. Windows color (decimal): -9465256 or 5804655. OLE color: 5804655.

HSL color Cylindrical-coordinate representation of color #6F9258: hue angle of 96.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F9258 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB11114688-
CMYK0.2400.400.43
HSL96.21º24.79%45.88%-
HSV(B)96.21º39.73%57.25%-
XYZ18.624.6413.01-
YUV128.92104.9115.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=32.17%
G=42.32%
B=25.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111146880.2400.400.4396.2124.7945.88
Hex6F9258180282B60192e
Octal15722213030050531403156
Binary1101111100100101011000110000101000101011110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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