#66B960

Color #66B960 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66B960

Tints of Fern #66B960

Color information

#66B960 (or 0x66B960) is unknown color: approx Fern. HEX triplet: 66, B9 and 60. RGB value is (102,185,96). Sum of RGB (Red+Green+Blue) = 102+185+96=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #66B960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B960 is #99469F. Grayscale: #969696. Windows color (decimal): -10045088 or 6338918. OLE color: 6338918.

HSL color Cylindrical-coordinate representation of color #66B960: hue angle of 115.96º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B960 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB10218596-
CMYK0.4500.480.27
HSL115.96º38.86%55.1%-
HSV(B)115.96º48.11%72.55%-
XYZ24.9438.3717.16-
YUV150.0497.593.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=26.63%
G=48.30%
B=25.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185960.4500.480.27115.9638.8655.1
Hex66B9602D0301B742737
Octal14627114055060331644767
Binary11001101011100111000001011010110000110111110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B960; }

 p { color: rgb(102,185,96); }

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

<style>
 a { background-color: #66B960; }

 a { background-color: rgb(102,185,96); }

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

<style>
 span { border-color: #66B960; }

 span { border-color: rgb(102,185,96); }

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