Html Css Color HEX #75B071 Fern

📋 copy color: '#75B071'

red 117 ◦ green 176 ◦ blue 113

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

Shades of Fern #75B071

Tints of Fern #75B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 28.82%
G = 43.35%
B = 27.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#75B071 (or 0x75B071) is known color: Fern. HEX triplet: 75, B0 and 71. RGB value is (117,176,113). Sum of RGB (Red+Green+Blue) = 117+176+113=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #75B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B071 is #8A4F8E. Grayscale: #979797. Windows color (decimal): -9064335 or 7450741. OLE color: 7450741.

HSL color Cylindrical-coordinate representation of color #75B071: hue angle of 116.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B071 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 113 -
CMYK 0.34 0 0.36 0.31
HSL 116.19º 0.29% 0.57% -
HSV(B) 116.19º 0.36% 0.69% -
XYZ 25.84 36.02 21.21 -
YUV 151.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 117 176 113 0.34 0 0.36 0.31 116.19 0.29 0.57
Hex 75 B0 71 22 0 24 1F 74 1D 39
Octal 165 260 161 42 0 44 37 164 35 71
Binary 1110101 10110000 1110001 100010 0 100100 11111 1110100 11101 111001

Color Harmonies of #75B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B071

Black with #75B071

Text Example


Text Example

White with #75B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,176,113); }

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

background-color css

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

 a { background-color: rgb(117,176,113); }

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

border-color css

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

 span { border-color: rgb(117,176,113); }

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