Html Css Color HEX #75B97D Fern

📋 copy color: '#75B97D'

red 117 ◦ green 185 ◦ blue 125

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

Shades of Fern #75B97D

Tints of Fern #75B97D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 27.4%
G = 43.33%
B = 29.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#75B97D (or 0x75B97D) is known color: Fern. HEX triplet: 75, B9 and 7D. RGB value is (117,185,125). Sum of RGB (Red+Green+Blue) = 117+185+125=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #75B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B97D is #8A4682. Grayscale: #9E9E9E. Windows color (decimal): -9062019 or 8239477. OLE color: 8239477.

HSL color Cylindrical-coordinate representation of color #75B97D: hue angle of 127.06º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B97D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 125 -
CMYK 0.37 0 0.32 0.27
HSL 127.06º 0.33% 0.59% -
HSV(B) 127.06º 0.37% 0.73% -
XYZ 28.39 39.96 25.62 -
YUV 157.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 117 185 125 0.37 0 0.32 0.27 127.06 0.33 0.59
Hex 75 B9 7D 25 0 20 1B 7F 21 3B
Octal 165 271 175 45 0 40 33 177 41 73
Binary 1110101 10111001 1111101 100101 0 100000 11011 1111111 100001 111011

Color Harmonies of #75B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B97D

Black with #75B97D

Text Example


Text Example

White with #75B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,185,125); }

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

background-color css

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

 a { background-color: rgb(117,185,125); }

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

border-color css

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

 span { border-color: rgb(117,185,125); }

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