#69CC96

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

Shades of Silver Tree #69CC96

Tints of Silver Tree #69CC96

Color information

#69CC96 (or 0x69CC96) is unknown color: approx Silver Tree. HEX triplet: 69, CC and 96. RGB value is (105,204,150). Sum of RGB (Red+Green+Blue) = 105+204+150=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CC96 is #963369. Grayscale: #A8A8A8. Windows color (decimal): -9843562 or 9882729. OLE color: 9882729.

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

Color convert

RGB105204150-
CMYK0.4900.260.2
HSL147.27º49.25%60.59%-
HSV(B)147.27º48.53%80%-
XYZ32.9248.3936.46-
YUV168.24117.782.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=22.88%
G=44.44%
B=32.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041500.4900.260.2147.2749.2560.59
Hex69CC963101A1493313d
Octal15131422661032242236175
Binary110100111001100100101101100010110101010010010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CC96; }

 p { color: rgb(105,204,150); }

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

<style>
 a { background-color: #69CC96; }

 a { background-color: rgb(105,204,150); }

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

<style>
 span { border-color: #69CC96; }

 span { border-color: rgb(105,204,150); }

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