Html Css Color HEX #75BA6F Fern

📋 copy color: '#75BA6F'

red 117 ◦ green 186 ◦ blue 111

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

Shades of Fern #75BA6F

Tints of Fern #75BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 28.26%
G = 44.93%
B = 26.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#75BA6F (or 0x75BA6F) is known color: Fern. HEX triplet: 75, BA and 6F. RGB value is (117,186,111). Sum of RGB (Red+Green+Blue) = 117+186+111=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA6F is #8A4590. Grayscale: #9D9D9D. Windows color (decimal): -9061777 or 7322229. OLE color: 7322229.

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

Color convert

RGB 117 186 111 -
CMYK 0.37 0 0.40 0.27
HSL 115.2º 0.35% 0.58% -
HSV(B) 115.2º 0.4% 0.73% -
XYZ 27.76 40.05 21.31 -
YUV 156.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 117 186 111 0.37 0 0.40 0.27 115.2 0.35 0.58
Hex 75 BA 6F 25 0 28 1B 73 23 3A
Octal 165 272 157 45 0 50 33 163 43 72
Binary 1110101 10111010 1101111 100101 0 101000 11011 1110011 100011 111010

Color Harmonies of #75BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA6F

Black with #75BA6F

Text Example


Text Example

White with #75BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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