Html Css Color HEX #75B277 Fern

📋 copy color: '#75B277'

red 117 ◦ green 178 ◦ blue 119

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

Shades of Fern #75B277

Tints of Fern #75B277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 28.26%
G = 43%
B = 28.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#75B277 (or 0x75B277) is known color: Fern. HEX triplet: 75, B2 and 77. RGB value is (117,178,119). Sum of RGB (Red+Green+Blue) = 117+178+119=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #75B277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B277 is #8A4D88. Grayscale: #999999. Windows color (decimal): -9063817 or 7844469. OLE color: 7844469.

HSL color Cylindrical-coordinate representation of color #75B277: hue angle of 121.97º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B277 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 119 -
CMYK 0.34 0 0.33 0.30
HSL 121.97º 0.28% 0.58% -
HSV(B) 121.97º 0.34% 0.7% -
XYZ 26.59 36.95 23.18 -
YUV 153.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 117 178 119 0.34 0 0.33 0.30 121.97 0.28 0.58
Hex 75 B2 77 22 0 21 1E 7A 1C 3A
Octal 165 262 167 42 0 41 36 172 34 72
Binary 1110101 10110010 1110111 100010 0 100001 11110 1111010 11100 111010

Color Harmonies of #75B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B277

Black with #75B277

Text Example


Text Example

White with #75B277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,178,119); }

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

background-color css

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

 a { background-color: rgb(117,178,119); }

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

border-color css

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

 span { border-color: rgb(117,178,119); }

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