#6BCC94

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

Shades of Silver Tree #6BCC94

Tints of Silver Tree #6BCC94

Color information

#6BCC94 (or 0x6BCC94) is unknown color: approx Silver Tree. HEX triplet: 6B, CC and 94. RGB value is (107,204,148). Sum of RGB (Red+Green+Blue) = 107+204+148=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCC94 is #94336B. Grayscale: #A8A8A8. Windows color (decimal): -9712492 or 9751659. OLE color: 9751659.

HSL color Cylindrical-coordinate representation of color #6BCC94: hue angle of 145.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCC94 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB107204148-
CMYK0.4800.270.2
HSL145.36º48.74%60.98%-
HSV(B)145.36º47.55%80%-
XYZ3348.4535.63-
YUV168.61116.3684.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.31%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=23.31%
G=44.44%
B=32.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041480.4800.270.2145.3648.7460.98
Hex6BCC943001B1491313d
Octal15331422460033242216175
Binary110101111001100100101001100000110111010010010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,204,148); }

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

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

 a { background-color: rgb(107,204,148); }

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

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

 span { border-color: rgb(107,204,148); }

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