Html Css Color HEX #75A983 Bay Leaf

📋 copy color: '#75A983'

red 117 ◦ green 169 ◦ blue 131

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

Shades of Bay Leaf #75A983

Tints of Bay Leaf #75A983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 28.06%
G = 40.53%
B = 31.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#75A983 (or 0x75A983) is known color: Bay Leaf. HEX triplet: 75, A9 and 83. RGB value is (117,169,131). Sum of RGB (Red+Green+Blue) = 117+169+131=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #75A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A983 is #8A567C. Grayscale: #959595. Windows color (decimal): -9066109 or 8628597. OLE color: 8628597.

HSL color Cylindrical-coordinate representation of color #75A983: hue angle of 136.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A983 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 131 -
CMYK 0.31 0 0.22 0.34
HSL 136.15º 0.23% 0.56% -
HSV(B) 136.15º 0.31% 0.66% -
XYZ 25.62 33.8 26.65 -
YUV 149.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 117 169 131 0.31 0 0.22 0.34 136.15 0.23 0.56
Hex 75 A9 83 1F 0 16 22 88 17 38
Octal 165 251 203 37 0 26 42 210 27 70
Binary 1110101 10101001 10000011 11111 0 10110 100010 10001000 10111 111000

Color Harmonies of #75A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A983

Black with #75A983

Text Example


Text Example

White with #75A983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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