#73BF7B

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

Shades of Fern #73BF7B

Tints of Fern #73BF7B

Color information

#73BF7B (or 0x73BF7B) is unknown color: approx Fern. HEX triplet: 73, BF and 7B. RGB value is (115,191,123). Sum of RGB (Red+Green+Blue) = 115+191+123=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF7B is #8C4084. Grayscale: #A0A0A0. Windows color (decimal): -9191557 or 8109939. OLE color: 8109939.

HSL color Cylindrical-coordinate representation of color #73BF7B: hue angle of 126.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF7B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB115191123-
CMYK0.4000.360.25
HSL126.32º37.25%60%-
HSV(B)126.32º39.79%74.9%-
XYZ29.2842.3425.37-
YUV160.52106.8295.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=26.81%
G=44.52%
B=28.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911230.4000.360.25126.3237.2560
Hex73BF7B28024197e253c
Octal16327717350044311764574
Binary11100111011111111110111010000100100110011111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BF7B; }

 p { color: rgb(115,191,123); }

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

<style>
 a { background-color: #73BF7B; }

 a { background-color: rgb(115,191,123); }

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

<style>
 span { border-color: #73BF7B; }

 span { border-color: rgb(115,191,123); }

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