Html Css Color HEX #75B97B Fern

📋 copy color: '#75B97B'

red 117 ◦ green 185 ◦ blue 123

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

Shades of Fern #75B97B

Tints of Fern #75B97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 27.53%
G = 43.53%
B = 28.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#75B97B (or 0x75B97B) is known color: Fern. HEX triplet: 75, B9 and 7B. RGB value is (117,185,123). Sum of RGB (Red+Green+Blue) = 117+185+123=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #75B97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B97B is #8A4684. Grayscale: #9D9D9D. Windows color (decimal): -9062021 or 8108405. OLE color: 8108405.

HSL color Cylindrical-coordinate representation of color #75B97B: hue angle of 125.29º 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 #75B97B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 123 -
CMYK 0.37 0 0.34 0.27
HSL 125.29º 0.33% 0.59% -
HSV(B) 125.29º 0.37% 0.73% -
XYZ 28.26 39.91 24.95 -
YUV 157.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 117 185 123 0.37 0 0.34 0.27 125.29 0.33 0.59
Hex 75 B9 7B 25 0 22 1B 7D 21 3B
Octal 165 271 173 45 0 42 33 175 41 73
Binary 1110101 10111001 1111011 100101 0 100010 11011 1111101 100001 111011

Color Harmonies of #75B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B97B

Black with #75B97B

Text Example


Text Example

White with #75B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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