#65B079

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

Shades of Fern #65B079

Tints of Fern #65B079

Color information

#65B079 (or 0x65B079) is unknown color: approx Fern. HEX triplet: 65, B0 and 79. RGB value is (101,176,121). Sum of RGB (Red+Green+Blue) = 101+176+121=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #65B079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B079 is #9A4F86. Grayscale: #939393. Windows color (decimal): -10112903 or 7975013. OLE color: 7975013.

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

Color convert

RGB101176121-
CMYK0.4300.310.31
HSL136º32.19%54.31%-
HSV(B)136º42.61%69.02%-
XYZ24.3435.223.6-
YUV147.3113.1594.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=25.38%
G=44.22%
B=30.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761210.4300.310.3113632.1954.31
Hex65B0792B01F1F882036
Octal14526017153037372104066
Binary11001011011000011110011010110111111111110001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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