Html Css Color HEX #75BB76 Fern

📋 copy color: '#75BB76'

red 117 ◦ green 187 ◦ blue 118

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

Shades of Fern #75BB76

Tints of Fern #75BB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

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

R = 27.73%
G = 44.31%
B = 27.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#75BB76 (or 0x75BB76) is known color: Fern. HEX triplet: 75, BB and 76. RGB value is (117,187,118). Sum of RGB (Red+Green+Blue) = 117+187+118=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB76 is #8A4489. Grayscale: #9E9E9E. Windows color (decimal): -9061514 or 7781237. OLE color: 7781237.

HSL color Cylindrical-coordinate representation of color #75BB76: hue angle of 120.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB76 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 118 -
CMYK 0.37 0 0.37 0.27
HSL 120.86º 0.34% 0.6% -
HSV(B) 120.86º 0.37% 0.73% -
XYZ 28.38 40.63 23.49 -
YUV 158.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 117 187 118 0.37 0 0.37 0.27 120.86 0.34 0.6
Hex 75 BB 76 25 0 25 1B 79 22 3C
Octal 165 273 166 45 0 45 33 171 42 74
Binary 1110101 10111011 1110110 100101 0 100101 11011 1111001 100010 111100

Color Harmonies of #75BB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB76

Black with #75BB76

Text Example


Text Example

White with #75BB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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