Html Css Color HEX #75C16D Fern

📋 copy color: '#75C16D'

red 117 ◦ green 193 ◦ blue 109

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

Shades of Fern #75C16D

Tints of Fern #75C16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 27.92%
G = 46.06%
B = 26.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#75C16D (or 0x75C16D) is known color: Fern. HEX triplet: 75, C1 and 6D. RGB value is (117,193,109). Sum of RGB (Red+Green+Blue) = 117+193+109=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #75C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C16D is #8A3E92. Grayscale: #A0A0A0. Windows color (decimal): -9059987 or 7192949. OLE color: 7192949.

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

Color convert

RGB 117 193 109 -
CMYK 0.39 0 0.44 0.24
HSL 114.29º 0.4% 0.59% -
HSV(B) 114.29º 0.44% 0.76% -
XYZ 29.17 43.03 21.24 -
YUV 160.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 117 193 109 0.39 0 0.44 0.24 114.29 0.4 0.59
Hex 75 C1 6D 27 0 2C 18 72 28 3B
Octal 165 301 155 47 0 54 30 162 50 73
Binary 1110101 11000001 1101101 100111 0 101100 11000 1110010 101000 111011

Color Harmonies of #75C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C16D

Black with #75C16D

Text Example


Text Example

White with #75C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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