Html Css Color HEX #73C075 Fern

📋 copy color: '#73C075'

red 115 ◦ green 192 ◦ blue 117

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

Shades of Fern #73C075

Tints of Fern #73C075

RGB

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

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

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

R = 27.12%
G = 45.28%
B = 27.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#73C075 (or 0x73C075) is known color: Fern. HEX triplet: 73, C0 and 75. RGB value is (115,192,117). Sum of RGB (Red+Green+Blue) = 115+192+117=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #73C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C075 is #8C3F8A. Grayscale: #A0A0A0. Windows color (decimal): -9191307 or 7716979. OLE color: 7716979.

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

Color convert

RGB 115 192 117 -
CMYK 0.40 0 0.39 0.25
HSL 121.56º 0.38% 0.6% -
HSV(B) 121.56º 0.4% 0.75% -
XYZ 29.13 42.63 23.52 -
YUV 160.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 115 192 117 0.40 0 0.39 0.25 121.56 0.38 0.6
Hex 73 C0 75 28 0 27 19 7A 26 3C
Octal 163 300 165 50 0 47 31 172 46 74
Binary 1110011 11000000 1110101 101000 0 100111 11001 1111010 100110 111100

Color Harmonies of #73C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C075

Black with #73C075

Text Example


Text Example

White with #73C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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