#65B670

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

Shades of Fern #65B670

Tints of Fern #65B670

Color information

#65B670 (or 0x65B670) is unknown color: approx Fern. HEX triplet: 65, B6 and 70. RGB value is (101,182,112). Sum of RGB (Red+Green+Blue) = 101+182+112=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #65B670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B670 is #9A498F. Grayscale: #969696. Windows color (decimal): -10111376 or 7386725. OLE color: 7386725.

HSL color Cylindrical-coordinate representation of color #65B670: hue angle of 128.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B670 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB101182112-
CMYK0.4500.380.29
HSL128.15º35.68%55.49%-
HSV(B)128.15º44.51%71.37%-
XYZ25.0237.3921.23-
YUV149.8106.6693.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=25.57%
G=46.08%
B=28.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011821120.4500.380.29128.1535.6855.49
Hex65B6702D0261D802437
Octal14526616055046352004467
Binary110010110110110111000010110101001101110110000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B670; }

 p { color: rgb(101,182,112); }

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

<style>
 a { background-color: #65B670; }

 a { background-color: rgb(101,182,112); }

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

<style>
 span { border-color: #65B670; }

 span { border-color: rgb(101,182,112); }

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