#65B070

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

Shades of Fern #65B070

Tints of Fern #65B070

Color information

#65B070 (or 0x65B070) is unknown color: approx Fern. HEX triplet: 65, B0 and 70. RGB value is (101,176,112). Sum of RGB (Red+Green+Blue) = 101+176+112=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #65B070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B070 is #9A4F8F. Grayscale: #929292. Windows color (decimal): -10112912 or 7385189. OLE color: 7385189.

HSL color Cylindrical-coordinate representation of color #65B070: hue angle of 128.8º 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 #65B070 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB101176112-
CMYK0.4300.360.31
HSL128.8º32.19%54.31%-
HSV(B)128.8º42.61%69.02%-
XYZ23.8234.9920.83-
YUV146.28108.6595.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=25.96%
G=45.24%
B=28.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761120.4300.360.31128.832.1954.31
Hex65B0702B0241F812036
Octal14526016053044372014066
Binary110010110110000111000010101101001001111110000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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