Html Css Color HEX #75B387 Bay Leaf

📋 copy color: '#75B387'

red 117 ◦ green 179 ◦ blue 135

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

Shades of Bay Leaf #75B387

Tints of Bay Leaf #75B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 27.15%
G = 41.53%
B = 31.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#75B387 (or 0x75B387) is known color: Bay Leaf. HEX triplet: 75, B3 and 87. RGB value is (117,179,135). Sum of RGB (Red+Green+Blue) = 117+179+135=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #75B387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B387 is #8A4C78. Grayscale: #9B9B9B. Windows color (decimal): -9063545 or 8893301. OLE color: 8893301.

HSL color Cylindrical-coordinate representation of color #75B387: hue angle of 137.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B387 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 135 -
CMYK 0.35 0 0.25 0.30
HSL 137.42º 0.29% 0.58% -
HSV(B) 137.42º 0.35% 0.7% -
XYZ 27.83 37.77 28.75 -
YUV 155.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 117 179 135 0.35 0 0.25 0.30 137.42 0.29 0.58
Hex 75 B3 87 23 0 19 1E 89 1D 3A
Octal 165 263 207 43 0 31 36 211 35 72
Binary 1110101 10110011 10000111 100011 0 11001 11110 10001001 11101 111010

Color Harmonies of #75B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B387

Black with #75B387

Text Example


Text Example

White with #75B387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,135); }

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

background-color css

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

 a { background-color: rgb(117,179,135); }

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

border-color css

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

 span { border-color: rgb(117,179,135); }

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