Html Css Color HEX #75C173 Fern

📋 copy color: '#75C173'

red 117 ◦ green 193 ◦ blue 115

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

Shades of Fern #75C173

Tints of Fern #75C173

RGB

 RED value IS 117 (46.09% from 255) = 27.53%

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 27.53%
G = 45.41%
B = 27.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#75C173 (or 0x75C173) is known color: Fern. HEX triplet: 75, C1 and 73. RGB value is (117,193,115). Sum of RGB (Red+Green+Blue) = 117+193+115=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #75C173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C173 is #8A3E8C. Grayscale: #A1A1A1. Windows color (decimal): -9059981 or 7586165. OLE color: 7586165.

HSL color Cylindrical-coordinate representation of color #75C173: hue angle of 118.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C173 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 115 -
CMYK 0.39 0 0.40 0.24
HSL 118.46º 0.39% 0.6% -
HSV(B) 118.46º 0.4% 0.76% -
XYZ 29.5 43.16 23 -
YUV 161.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 117 193 115 0.39 0 0.40 0.24 118.46 0.39 0.6
Hex 75 C1 73 27 0 28 18 76 27 3C
Octal 165 301 163 47 0 50 30 166 47 74
Binary 1110101 11000001 1110011 100111 0 101000 11000 1110110 100111 111100

Color Harmonies of #75C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C173

Black with #75C173

Text Example


Text Example

White with #75C173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C173; }

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

 H1.HeaderClassName
 {
   color: #75C173;
 }
 .AnyTagClassName
 {
   color: #75C173;
 }
</style>

background-color css

<style>
 a { background-color: #75C173; }

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

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

border-color css

<style>
 span { border-color: #75C173; }

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

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