Html Css Color HEX #75C175 Fern

📋 copy color: '#75C175'

red 117 ◦ green 193 ◦ blue 117

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

Shades of Fern #75C175

Tints of Fern #75C175

RGB

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

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

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

R = 27.4%
G = 45.2%
B = 27.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#75C175 (or 0x75C175) is known color: Fern. HEX triplet: 75, C1 and 75. RGB value is (117,193,117). Sum of RGB (Red+Green+Blue) = 117+193+117=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #75C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C175 is #8A3E8A. Grayscale: #A1A1A1. Windows color (decimal): -9059979 or 7717237. OLE color: 7717237.

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

Color convert

RGB 117 193 117 -
CMYK 0.39 0 0.39 0.24
HSL 120º 0.38% 0.61% -
HSV(B) 120º 0.39% 0.76% -
XYZ 29.62 43.21 23.61 -
YUV 161.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 117 193 117 0.39 0 0.39 0.24 120 0.38 0.61
Hex 75 C1 75 27 0 27 18 78 26 3D
Octal 165 301 165 47 0 47 30 170 46 75
Binary 1110101 11000001 1110101 100111 0 100111 11000 1111000 100110 111101

Color Harmonies of #75C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C175

Black with #75C175

Text Example


Text Example

White with #75C175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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