Html Css Color HEX #75C074 Fern

📋 copy color: '#75C074'

red 117 ◦ green 192 ◦ blue 116

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

Shades of Fern #75C074

Tints of Fern #75C074

RGB

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

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

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

R = 27.53%
G = 45.18%
B = 27.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#75C074 (or 0x75C074) is known color: Fern. HEX triplet: 75, C0 and 74. RGB value is (117,192,116). Sum of RGB (Red+Green+Blue) = 117+192+116=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #75C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C074 is #8A3F8B. Grayscale: #A1A1A1. Windows color (decimal): -9060236 or 7651445. OLE color: 7651445.

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

Color convert

RGB 117 192 116 -
CMYK 0.39 0 0.40 0.25
HSL 119.21º 0.38% 0.6% -
HSV(B) 119.21º 0.4% 0.75% -
XYZ 29.34 42.74 23.23 -
YUV 160.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 117 192 116 0.39 0 0.40 0.25 119.21 0.38 0.6
Hex 75 C0 74 27 0 28 19 77 26 3C
Octal 165 300 164 47 0 50 31 167 46 74
Binary 1110101 11000000 1110100 100111 0 101000 11001 1110111 100110 111100

Color Harmonies of #75C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C074

Black with #75C074

Text Example


Text Example

White with #75C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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