Html Css Color HEX #75BB7F Bay Leaf

📋 copy color: '#75BB7F'

red 117 ◦ green 187 ◦ blue 127

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

Shades of Bay Leaf #75BB7F

Tints of Bay Leaf #75BB7F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 27.15%
G = 43.39%
B = 29.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#75BB7F (or 0x75BB7F) is known color: Bay Leaf. HEX triplet: 75, BB and 7F. RGB value is (117,187,127). Sum of RGB (Red+Green+Blue) = 117+187+127=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB7F is #8A4480. Grayscale: #9F9F9F. Windows color (decimal): -9061505 or 8371061. OLE color: 8371061.

HSL color Cylindrical-coordinate representation of color #75BB7F: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB7F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 127 -
CMYK 0.37 0 0.32 0.27
HSL 128.57º 0.34% 0.6% -
HSV(B) 128.57º 0.37% 0.73% -
XYZ 28.94 40.85 26.44 -
YUV 159.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 117 187 127 0.37 0 0.32 0.27 128.57 0.34 0.6
Hex 75 BB 7F 25 0 20 1B 81 22 3C
Octal 165 273 177 45 0 40 33 201 42 74
Binary 1110101 10111011 1111111 100101 0 100000 11011 10000001 100010 111100

Color Harmonies of #75BB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB7F

Black with #75BB7F

Text Example


Text Example

White with #75BB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,127); }

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

background-color css

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

 a { background-color: rgb(117,187,127); }

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

border-color css

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

 span { border-color: rgb(117,187,127); }

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