#66B75C

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

Shades of Fern #66B75C

Tints of Fern #66B75C

Color information

#66B75C (or 0x66B75C) is unknown color: approx Fern. HEX triplet: 66, B7 and 5C. RGB value is (102,183,92). Sum of RGB (Red+Green+Blue) = 102+183+92=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #66B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B75C is #9948A3. Grayscale: #949494. Windows color (decimal): -10045604 or 6076262. OLE color: 6076262.

HSL color Cylindrical-coordinate representation of color #66B75C: hue angle of 113.41º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66B75C is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10218392-
CMYK0.4400.500.28
HSL113.41º38.72%53.92%-
HSV(B)113.41º49.73%71.76%-
XYZ24.3437.4616.07-
YUV148.4196.1694.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=27.06%
G=48.54%
B=24.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183920.4400.500.28113.4138.7253.92
Hex66B75C2C0321C712736
Octal14626713454062341614766
Binary11001101011011110111001011000110010111001110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,92); }

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

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

 a { background-color: rgb(102,183,92); }

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

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

 span { border-color: rgb(102,183,92); }

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