Html Css Color HEX #75B47A Fern

📋 copy color: '#75B47A'

red 117 ◦ green 180 ◦ blue 122

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

Shades of Fern #75B47A

Tints of Fern #75B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 27.92%
G = 42.96%
B = 29.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#75B47A (or 0x75B47A) is known color: Fern. HEX triplet: 75, B4 and 7A. RGB value is (117,180,122). Sum of RGB (Red+Green+Blue) = 117+180+122=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #75B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B47A is #8A4B85. Grayscale: #9A9A9A. Windows color (decimal): -9063302 or 8041589. OLE color: 8041589.

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

Color convert

RGB 117 180 122 -
CMYK 0.35 0 0.32 0.29
HSL 124.76º 0.3% 0.58% -
HSV(B) 124.76º 0.35% 0.71% -
XYZ 27.17 37.83 24.28 -
YUV 154.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 117 180 122 0.35 0 0.32 0.29 124.76 0.3 0.58
Hex 75 B4 7A 23 0 20 1D 7D 1E 3A
Octal 165 264 172 43 0 40 35 175 36 72
Binary 1110101 10110100 1111010 100011 0 100000 11101 1111101 11110 111010

Color Harmonies of #75B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B47A

Black with #75B47A

Text Example


Text Example

White with #75B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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