#65AC72

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

Shades of Fern #65AC72

Tints of Fern #65AC72

Color information

#65AC72 (or 0x65AC72) is unknown color: approx Fern. HEX triplet: 65, AC and 72. RGB value is (101,172,114). Sum of RGB (Red+Green+Blue) = 101+172+114=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC72 is #9A538D. Grayscale: #909090. Windows color (decimal): -10113934 or 7515237. OLE color: 7515237.

HSL color Cylindrical-coordinate representation of color #65AC72: hue angle of 130.99º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AC72 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB101172114-
CMYK0.4100.340.33
HSL130.99º29.96%53.53%-
HSV(B)130.99º41.28%67.45%-
XYZ23.1633.4921.16-
YUV144.16110.9897.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=26.10%
G=44.44%
B=29.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721140.4100.340.33130.9929.9653.53
Hex65AC722902221831e36
Octal14525416251042412033666
Binary110010110101100111001010100101000101000011000001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,172,114); }

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

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

 a { background-color: rgb(101,172,114); }

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

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

 span { border-color: rgb(101,172,114); }

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