Html Css Color HEX #73B07C Fern

📋 copy color: '#73B07C'

red 115 ◦ green 176 ◦ blue 124

#73B07C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #73B07C

Tints of Fern #73B07C

RGB

 RED value IS 115 (45.31% from 255) = 27.71%

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 27.71%
G = 42.41%
B = 29.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#73B07C (or 0x73B07C) is known color: Fern. HEX triplet: 73, B0 and 7C. RGB value is (115,176,124). Sum of RGB (Red+Green+Blue) = 115+176+124=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #73B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B07C is #8C4F83. Grayscale: #979797. Windows color (decimal): -9195396 or 8171635. OLE color: 8171635.

HSL color Cylindrical-coordinate representation of color #73B07C: hue angle of 128.85º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B07C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 124 -
CMYK 0.35 0 0.30 0.31
HSL 128.85º 0.28% 0.57% -
HSV(B) 128.85º 0.35% 0.69% -
XYZ 26.23 36.15 24.66 -
YUV 151.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 115 176 124 0.35 0 0.30 0.31 128.85 0.28 0.57
Hex 73 B0 7C 23 0 1E 1F 81 1C 39
Octal 163 260 174 43 0 36 37 201 34 71
Binary 1110011 10110000 1111100 100011 0 11110 11111 10000001 11100 111001

Color Harmonies of #73B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B07C

Black with #73B07C

Text Example


Text Example

White with #73B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,124); }

 H1.HeaderClassName
 {
   color: #73B07C;
 }
 .AnyTagClassName
 {
   color: #73B07C;
 }
</style>

background-color css

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

 a { background-color: rgb(115,176,124); }

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

border-color css

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

 span { border-color: rgb(115,176,124); }

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