Html Css Color HEX #75BE76 Fern

📋 copy color: '#75BE76'

red 117 ◦ green 190 ◦ blue 118

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

Shades of Fern #75BE76

Tints of Fern #75BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 27.53%
G = 44.71%
B = 27.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#75BE76 (or 0x75BE76) is known color: Fern. HEX triplet: 75, BE and 76. RGB value is (117,190,118). Sum of RGB (Red+Green+Blue) = 117+190+118=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE76 is #8A4189. Grayscale: #A0A0A0. Windows color (decimal): -9060746 or 7782005. OLE color: 7782005.

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

Color convert

RGB 117 190 118 -
CMYK 0.38 0 0.38 0.25
HSL 120.82º 0.36% 0.6% -
HSV(B) 120.82º 0.38% 0.75% -
XYZ 29.02 41.92 23.7 -
YUV 159.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 117 190 118 0.38 0 0.38 0.25 120.82 0.36 0.6
Hex 75 BE 76 26 0 26 19 79 24 3C
Octal 165 276 166 46 0 46 31 171 44 74
Binary 1110101 10111110 1110110 100110 0 100110 11001 1111001 100100 111100

Color Harmonies of #75BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE76

Black with #75BE76

Text Example


Text Example

White with #75BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,118); }

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

background-color css

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

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

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

border-color css

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

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

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