Html Css Color HEX #75B781 Bay Leaf

📋 copy color: '#75B781'

red 117 ◦ green 183 ◦ blue 129

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

Shades of Bay Leaf #75B781

Tints of Bay Leaf #75B781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 27.27%
G = 42.66%
B = 30.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#75B781 (or 0x75B781) is known color: Bay Leaf. HEX triplet: 75, B7 and 81. RGB value is (117,183,129). Sum of RGB (Red+Green+Blue) = 117+183+129=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #75B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B781 is #8A487E. Grayscale: #9D9D9D. Windows color (decimal): -9062527 or 8501109. OLE color: 8501109.

HSL color Cylindrical-coordinate representation of color #75B781: hue angle of 130.91º 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 #75B781 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 129 -
CMYK 0.36 0 0.30 0.28
HSL 130.91º 0.31% 0.59% -
HSV(B) 130.91º 0.36% 0.72% -
XYZ 28.23 39.23 26.85 -
YUV 157.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 117 183 129 0.36 0 0.30 0.28 130.91 0.31 0.59
Hex 75 B7 81 24 0 1E 1C 83 1F 3B
Octal 165 267 201 44 0 36 34 203 37 73
Binary 1110101 10110111 10000001 100100 0 11110 11100 10000011 11111 111011

Color Harmonies of #75B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B781

Black with #75B781

Text Example


Text Example

White with #75B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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