Html Css Color HEX #75B66E Fern

📋 copy color: '#75B66E'

red 117 ◦ green 182 ◦ blue 110

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

Shades of Fern #75B66E

Tints of Fern #75B66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 28.61%
G = 44.5%
B = 26.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#75B66E (or 0x75B66E) is known color: Fern. HEX triplet: 75, B6 and 6E. RGB value is (117,182,110). Sum of RGB (Red+Green+Blue) = 117+182+110=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #75B66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B66E is #8A4991. Grayscale: #9A9A9A. Windows color (decimal): -9062802 or 7255669. OLE color: 7255669.

HSL color Cylindrical-coordinate representation of color #75B66E: hue angle of 114.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B66E is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 110 -
CMYK 0.36 0 0.40 0.29
HSL 114.17º 0.33% 0.57% -
HSV(B) 114.17º 0.4% 0.71% -
XYZ 26.88 38.36 20.74 -
YUV 154.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 117 182 110 0.36 0 0.40 0.29 114.17 0.33 0.57
Hex 75 B6 6E 24 0 28 1D 72 21 39
Octal 165 266 156 44 0 50 35 162 41 71
Binary 1110101 10110110 1101110 100100 0 101000 11101 1110010 100001 111001

Color Harmonies of #75B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B66E

Black with #75B66E

Text Example


Text Example

White with #75B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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