#6B9354

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

Shades of Highland #6B9354

Tints of Highland #6B9354

Color information

#6B9354 (or 0x6B9354) is unknown color: approx Highland. HEX triplet: 6B, 93 and 54. RGB value is (107,147,84). Sum of RGB (Red+Green+Blue) = 107+147+84=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9354 is #946CAB. Grayscale: #808080. Windows color (decimal): -9727148 or 5542763. OLE color: 5542763.

HSL color Cylindrical-coordinate representation of color #6B9354: hue angle of 98.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9354 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB10714784-
CMYK0.2700.430.42
HSL98.1º27.27%45.29%-
HSV(B)98.1º42.86%57.65%-
XYZ18.124.6312.19-
YUV127.86103.25113.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=31.66%
G=43.49%
B=24.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147840.2700.430.4298.127.2745.29
Hex6B93541B02B2A621b2d
Octal15322312433053521423355
Binary1101011100100111010100110110101011101010110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,84); }

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

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

 a { background-color: rgb(107,147,84); }

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

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

 span { border-color: rgb(107,147,84); }

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