Html Css Color HEX #75B86F Fern

📋 copy color: '#75B86F'

red 117 ◦ green 184 ◦ blue 111

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

Shades of Fern #75B86F

Tints of Fern #75B86F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 28.4%
G = 44.66%
B = 26.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#75B86F (or 0x75B86F) is known color: Fern. HEX triplet: 75, B8 and 6F. RGB value is (117,184,111). Sum of RGB (Red+Green+Blue) = 117+184+111=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #75B86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B86F is #8A4790. Grayscale: #9B9B9B. Windows color (decimal): -9062289 or 7321717. OLE color: 7321717.

HSL color Cylindrical-coordinate representation of color #75B86F: hue angle of 115.07º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B86F is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 111 -
CMYK 0.36 0 0.40 0.28
HSL 115.07º 0.34% 0.58% -
HSV(B) 115.07º 0.4% 0.72% -
XYZ 27.35 39.21 21.17 -
YUV 155.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 117 184 111 0.36 0 0.40 0.28 115.07 0.34 0.58
Hex 75 B8 6F 24 0 28 1C 73 22 3A
Octal 165 270 157 44 0 50 34 163 42 72
Binary 1110101 10111000 1101111 100100 0 101000 11100 1110011 100010 111010

Color Harmonies of #75B86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B86F

Black with #75B86F

Text Example


Text Example

White with #75B86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,184,111); }

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

background-color css

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

 a { background-color: rgb(117,184,111); }

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

border-color css

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

 span { border-color: rgb(117,184,111); }

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