Html Css Color HEX #73C074 Fern

📋 copy color: '#73C074'

red 115 ◦ green 192 ◦ blue 116

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

Shades of Fern #73C074

Tints of Fern #73C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 27.19%
G = 45.39%
B = 27.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#73C074 (or 0x73C074) is known color: Fern. HEX triplet: 73, C0 and 74. RGB value is (115,192,116). Sum of RGB (Red+Green+Blue) = 115+192+116=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #73C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C074 is #8C3F8B. Grayscale: #A0A0A0. Windows color (decimal): -9191308 or 7651443. OLE color: 7651443.

HSL color Cylindrical-coordinate representation of color #73C074: hue angle of 120.78º degrees, saturation: 0.38, 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 #73C074 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 116 -
CMYK 0.40 0 0.40 0.25
HSL 120.78º 0.38% 0.6% -
HSV(B) 120.78º 0.4% 0.75% -
XYZ 29.07 42.61 23.21 -
YUV 160.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 115 192 116 0.40 0 0.40 0.25 120.78 0.38 0.6
Hex 73 C0 74 28 0 28 19 79 26 3C
Octal 163 300 164 50 0 50 31 171 46 74
Binary 1110011 11000000 1110100 101000 0 101000 11001 1111001 100110 111100

Color Harmonies of #73C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C074

Black with #73C074

Text Example


Text Example

White with #73C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,116); }

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

background-color css

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

 a { background-color: rgb(115,192,116); }

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

border-color css

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

 span { border-color: rgb(115,192,116); }

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