#6FBF9C

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

Shades of Silver Tree #6FBF9C

Tints of Silver Tree #6FBF9C

Color information

#6FBF9C (or 0x6FBF9C) is unknown color: approx Silver Tree. HEX triplet: 6F, BF and 9C. RGB value is (111,191,156). Sum of RGB (Red+Green+Blue) = 111+191+156=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF9C is #904063. Grayscale: #A3A3A3. Windows color (decimal): -9453668 or 10272623. OLE color: 10272623.

HSL color Cylindrical-coordinate representation of color #6FBF9C: hue angle of 153.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF9C is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB111191156-
CMYK0.4200.180.25
HSL153.75º38.46%59.22%-
HSV(B)153.75º41.88%74.9%-
XYZ31.1943.0438.12-
YUV163.0912490.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.24%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=24.24%
G=41.70%
B=34.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911560.4200.180.25153.7538.4659.22
Hex6FBF9C2A012199a263b
Octal15727723452022312324673
Binary110111110111111100111001010100100101100110011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,156); }

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

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

 a { background-color: rgb(111,191,156); }

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

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

 span { border-color: rgb(111,191,156); }

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