Html Css Color HEX #75B983 Bay Leaf

📋 copy color: '#75B983'

red 117 ◦ green 185 ◦ blue 131

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

Shades of Bay Leaf #75B983

Tints of Bay Leaf #75B983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 27.02%
G = 42.73%
B = 30.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#75B983 (or 0x75B983) is known color: Bay Leaf. HEX triplet: 75, B9 and 83. RGB value is (117,185,131). Sum of RGB (Red+Green+Blue) = 117+185+131=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #75B983 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B983 is #8A467C. Grayscale: #9E9E9E. Windows color (decimal): -9062013 or 8632693. OLE color: 8632693.

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

Color convert

RGB 117 185 131 -
CMYK 0.37 0 0.29 0.27
HSL 132.35º 0.33% 0.59% -
HSV(B) 132.35º 0.37% 0.73% -
XYZ 28.78 40.12 27.7 -
YUV 158.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 117 185 131 0.37 0 0.29 0.27 132.35 0.33 0.59
Hex 75 B9 83 25 0 1D 1B 84 21 3B
Octal 165 271 203 45 0 35 33 204 41 73
Binary 1110101 10111001 10000011 100101 0 11101 11011 10000100 100001 111011

Color Harmonies of #75B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B983

Black with #75B983

Text Example


Text Example

White with #75B983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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