Html Css Color HEX #75C078 Fern

📋 copy color: '#75C078'

red 117 ◦ green 192 ◦ blue 120

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

Shades of Fern #75C078

Tints of Fern #75C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 27.27%
G = 44.76%
B = 27.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#75C078 (or 0x75C078) is known color: Fern. HEX triplet: 75, C0 and 78. RGB value is (117,192,120). Sum of RGB (Red+Green+Blue) = 117+192+120=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #75C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C078 is #8A3F87. Grayscale: #A1A1A1. Windows color (decimal): -9060232 or 7913589. OLE color: 7913589.

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

Color convert

RGB 117 192 120 -
CMYK 0.39 0 0.38 0.25
HSL 122.4º 0.37% 0.61% -
HSV(B) 122.4º 0.39% 0.75% -
XYZ 29.58 42.84 24.48 -
YUV 161.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 117 192 120 0.39 0 0.38 0.25 122.4 0.37 0.61
Hex 75 C0 78 27 0 26 19 7A 25 3D
Octal 165 300 170 47 0 46 31 172 45 75
Binary 1110101 11000000 1111000 100111 0 100110 11001 1111010 100101 111101

Color Harmonies of #75C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C078

Black with #75C078

Text Example


Text Example

White with #75C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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