Html Css Color HEX #75B86D Fern

📋 copy color: '#75B86D'

red 117 ◦ green 184 ◦ blue 109

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

Shades of Fern #75B86D

Tints of Fern #75B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 28.54%
G = 44.88%
B = 26.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#75B86D (or 0x75B86D) is known color: Fern. HEX triplet: 75, B8 and 6D. RGB value is (117,184,109). Sum of RGB (Red+Green+Blue) = 117+184+109=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #75B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B86D is #8A4792. Grayscale: #9B9B9B. Windows color (decimal): -9062291 or 7190645. OLE color: 7190645.

HSL color Cylindrical-coordinate representation of color #75B86D: hue angle of 113.6º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B86D is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 109 -
CMYK 0.36 0 0.41 0.28
HSL 113.6º 0.35% 0.57% -
HSV(B) 113.6º 0.41% 0.72% -
XYZ 27.24 39.17 20.59 -
YUV 155.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 117 184 109 0.36 0 0.41 0.28 113.6 0.35 0.57
Hex 75 B8 6D 24 0 29 1C 72 23 39
Octal 165 270 155 44 0 51 34 162 43 71
Binary 1110101 10111000 1101101 100100 0 101001 11100 1110010 100011 111001

Color Harmonies of #75B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B86D

Black with #75B86D

Text Example


Text Example

White with #75B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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