Html Css Color HEX #73BC75 Fern

📋 copy color: '#73BC75'

red 115 ◦ green 188 ◦ blue 117

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

Shades of Fern #73BC75

Tints of Fern #73BC75

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 27.38%
G = 44.76%
B = 27.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#73BC75 (or 0x73BC75) is known color: Fern. HEX triplet: 73, BC and 75. RGB value is (115,188,117). Sum of RGB (Red+Green+Blue) = 115+188+117=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC75 is #8C438A. Grayscale: #9E9E9E. Windows color (decimal): -9192331 or 7715955. OLE color: 7715955.

HSL color Cylindrical-coordinate representation of color #73BC75: hue angle of 121.64º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC75 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 117 -
CMYK 0.39 0 0.38 0.26
HSL 121.64º 0.35% 0.59% -
HSV(B) 121.64º 0.39% 0.74% -
XYZ 28.26 40.9 23.23 -
YUV 158.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 115 188 117 0.39 0 0.38 0.26 121.64 0.35 0.59
Hex 73 BC 75 27 0 26 1A 7A 23 3B
Octal 163 274 165 47 0 46 32 172 43 73
Binary 1110011 10111100 1110101 100111 0 100110 11010 1111010 100011 111011

Color Harmonies of #73BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC75

Black with #73BC75

Text Example


Text Example

White with #73BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,188,117); }

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

background-color css

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

 a { background-color: rgb(115,188,117); }

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

border-color css

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

 span { border-color: rgb(115,188,117); }

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