#66B065

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

Shades of Fern #66B065

Tints of Fern #66B065

Color information

#66B065 (or 0x66B065) is unknown color: approx Fern. HEX triplet: 66, B0 and 65. RGB value is (102,176,101). Sum of RGB (Red+Green+Blue) = 102+176+101=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #66B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B065 is #994F9A. Grayscale: #919191. Windows color (decimal): -10047387 or 6664294. OLE color: 6664294.

HSL color Cylindrical-coordinate representation of color #66B065: hue angle of 119.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B065 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB102176101-
CMYK0.4200.430.31
HSL119.2º32.19%54.31%-
HSV(B)119.2º42.61%69.02%-
XYZ23.3534.8217.8-
YUV145.32102.9897.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=26.91%
G=46.44%
B=26.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761010.4200.430.31119.232.1954.31
Hex66B0652A02B1F772036
Octal14626014552053371674066
Binary11001101011000011001011010100101011111111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,101); }

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

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

 a { background-color: rgb(102,176,101); }

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

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

 span { border-color: rgb(102,176,101); }

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