Html Css Color HEX #75B76C Fern

📋 copy color: '#75B76C'

red 117 ◦ green 183 ◦ blue 108

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

Shades of Fern #75B76C

Tints of Fern #75B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.85%

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 28.68%
G = 44.85%
B = 26.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#75B76C (or 0x75B76C) is known color: Fern. HEX triplet: 75, B7 and 6C. RGB value is (117,183,108). Sum of RGB (Red+Green+Blue) = 117+183+108=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #75B76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B76C is #8A4893. Grayscale: #9A9A9A. Windows color (decimal): -9062548 or 7124853. OLE color: 7124853.

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

Color convert

RGB 117 183 108 -
CMYK 0.36 0 0.41 0.28
HSL 112.8º 0.34% 0.57% -
HSV(B) 112.8º 0.41% 0.72% -
XYZ 26.98 38.73 20.24 -
YUV 154.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 117 183 108 0.36 0 0.41 0.28 112.8 0.34 0.57
Hex 75 B7 6C 24 0 29 1C 71 22 39
Octal 165 267 154 44 0 51 34 161 42 71
Binary 1110101 10110111 1101100 100100 0 101001 11100 1110001 100010 111001

Color Harmonies of #75B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B76C

Black with #75B76C

Text Example


Text Example

White with #75B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,183,108); }

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

background-color css

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

 a { background-color: rgb(117,183,108); }

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

border-color css

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

 span { border-color: rgb(117,183,108); }

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