#78AF7A

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

Shades of Fern #78AF7A

Tints of Fern #78AF7A

Color information

#78AF7A (or 0x78AF7A) is unknown color: approx Fern. HEX triplet: 78, AF and 7A. RGB value is (120,175,122). Sum of RGB (Red+Green+Blue) = 120+175+122=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF7A is #875085. Grayscale: #989898. Windows color (decimal): -8867974 or 8040312. OLE color: 8040312.

HSL color Cylindrical-coordinate representation of color #78AF7A: hue angle of 122.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF7A is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB120175122-
CMYK0.3100.300.31
HSL122.18º25.58%57.84%-
HSV(B)122.18º31.43%68.63%-
XYZ26.5936.0623.97-
YUV152.51110.78104.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=28.78%
G=41.97%
B=29.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751220.3100.300.31122.1825.5857.84
Hex78AF7A1F01E1F7a1a3a
Octal17025717237036371723272
Binary11110001010111111110101111101111011111111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AF7A; }

 p { color: rgb(120,175,122); }

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

<style>
 a { background-color: #78AF7A; }

 a { background-color: rgb(120,175,122); }

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

<style>
 span { border-color: #78AF7A; }

 span { border-color: rgb(120,175,122); }

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