Html Css Color HEX #75B46E Fern

📋 copy color: '#75B46E'

red 117 ◦ green 180 ◦ blue 110

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

Shades of Fern #75B46E

Tints of Fern #75B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 28.75%
G = 44.23%
B = 27.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#75B46E (or 0x75B46E) is known color: Fern. HEX triplet: 75, B4 and 6E. RGB value is (117,180,110). Sum of RGB (Red+Green+Blue) = 117+180+110=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #75B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B46E is #8A4B91. Grayscale: #999999. Windows color (decimal): -9063314 or 7255157. OLE color: 7255157.

HSL color Cylindrical-coordinate representation of color #75B46E: hue angle of 114º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75B46E is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 180 110 -
CMYK 0.35 0 0.39 0.29
HSL 114º 0.32% 0.57% -
HSV(B) 114º 0.39% 0.71% -
XYZ 26.47 37.55 20.6 -
YUV 153.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 117 180 110 0.35 0 0.39 0.29 114 0.32 0.57
Hex 75 B4 6E 23 0 27 1D 72 20 39
Octal 165 264 156 43 0 47 35 162 40 71
Binary 1110101 10110100 1101110 100011 0 100111 11101 1110010 100000 111001

Color Harmonies of #75B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B46E

Black with #75B46E

Text Example


Text Example

White with #75B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,180,110); }

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

background-color css

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

 a { background-color: rgb(117,180,110); }

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

border-color css

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

 span { border-color: rgb(117,180,110); }

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