Html Css Color HEX #75B783 Bay Leaf

📋 copy color: '#75B783'

red 117 ◦ green 183 ◦ blue 131

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

Shades of Bay Leaf #75B783

Tints of Bay Leaf #75B783

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

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

R = 27.15%
G = 42.46%
B = 30.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#75B783 (or 0x75B783) is known color: Bay Leaf. HEX triplet: 75, B7 and 83. RGB value is (117,183,131). Sum of RGB (Red+Green+Blue) = 117+183+131=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #75B783 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B783 is #8A487C. Grayscale: #9D9D9D. Windows color (decimal): -9062525 or 8632181. OLE color: 8632181.

HSL color Cylindrical-coordinate representation of color #75B783: hue angle of 132.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B783 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 131 -
CMYK 0.36 0 0.28 0.28
HSL 132.73º 0.31% 0.59% -
HSV(B) 132.73º 0.36% 0.72% -
XYZ 28.37 39.29 27.56 -
YUV 157.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 117 183 131 0.36 0 0.28 0.28 132.73 0.31 0.59
Hex 75 B7 83 24 0 1C 1C 85 1F 3B
Octal 165 267 203 44 0 34 34 205 37 73
Binary 1110101 10110111 10000011 100100 0 11100 11100 10000101 11111 111011

Color Harmonies of #75B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B783

Black with #75B783

Text Example


Text Example

White with #75B783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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