#6B9F64

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

Shades of Amulet #6B9F64

Tints of Amulet #6B9F64

Color information

#6B9F64 (or 0x6B9F64) is unknown color: approx Amulet. HEX triplet: 6B, 9F and 64. RGB value is (107,159,100). Sum of RGB (Red+Green+Blue) = 107+159+100=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9F64 is #94609B. Grayscale: #888888. Windows color (decimal): -9724060 or 6594411. OLE color: 6594411.

HSL color Cylindrical-coordinate representation of color #6B9F64: hue angle of 112.88º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9F64 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB107159100-
CMYK0.3300.370.38
HSL112.88º23.51%50.78%-
HSV(B)112.88º37.11%62.35%-
XYZ20.7628.8416.53-
YUV136.73107.27106.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=29.23%
G=43.44%
B=27.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071591000.3300.370.38112.8823.5150.78
Hex6B9F642102526711833
Octal15323714441045461613063
Binary11010111001111111001001000010100101100110111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,159,100); }

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

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

 a { background-color: rgb(107,159,100); }

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

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

 span { border-color: rgb(107,159,100); }

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