#6FBB96

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

Shades of Silver Tree #6FBB96

Tints of Silver Tree #6FBB96

Color information

#6FBB96 (or 0x6FBB96) is unknown color: approx Silver Tree. HEX triplet: 6F, BB and 96. RGB value is (111,187,150). Sum of RGB (Red+Green+Blue) = 111+187+150=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBB96 is #904469. Grayscale: #A0A0A0. Windows color (decimal): -9454698 or 9878383. OLE color: 9878383.

HSL color Cylindrical-coordinate representation of color #6FBB96: hue angle of 150.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBB96 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB111187150-
CMYK0.4100.200.27
HSL150.79º35.85%58.43%-
HSV(B)150.79º40.64%73.33%-
XYZ29.8341.1235.22-
YUV160.06122.3293.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.78%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=24.78%
G=41.74%
B=33.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871500.4100.200.27150.7935.8558.43
Hex6FBB96290141B97243a
Octal15727322651024332274472
Binary110111110111011100101101010010101001101110010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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