#65A76B

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

Shades of Fern #65A76B

Tints of Fern #65A76B

Color information

#65A76B (or 0x65A76B) is unknown color: approx Fern. HEX triplet: 65, A7 and 6B. RGB value is (101,167,107). Sum of RGB (Red+Green+Blue) = 101+167+107=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #65A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A76B is #9A5894. Grayscale: #8C8C8C. Windows color (decimal): -10115221 or 7055205. OLE color: 7055205.

HSL color Cylindrical-coordinate representation of color #65A76B: hue angle of 125.45º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A76B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB101167107-
CMYK0.4000.360.35
HSL125.45º27.27%52.55%-
HSV(B)125.45º39.52%65.49%-
XYZ21.8431.4718.83-
YUV140.43109.1399.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 167 (65.62% from 255) = 44.53%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=26.93%
G=44.53%
B=28.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671070.4000.360.35125.4527.2752.55
Hex65A76B28024237d1b35
Octal14524715350044431753365
Binary11001011010011111010111010000100100100011111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,107); }

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

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

 a { background-color: rgb(101,167,107); }

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

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

 span { border-color: rgb(101,167,107); }

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