Html Css Color HEX #75B87E Bay Leaf

📋 copy color: '#75B87E'

red 117 ◦ green 184 ◦ blue 126

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

Shades of Bay Leaf #75B87E

Tints of Bay Leaf #75B87E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 27.4%
G = 43.09%
B = 29.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#75B87E (or 0x75B87E) is known color: Bay Leaf. HEX triplet: 75, B8 and 7E. RGB value is (117,184,126). Sum of RGB (Red+Green+Blue) = 117+184+126=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #75B87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B87E is #8A4781. Grayscale: #9D9D9D. Windows color (decimal): -9062274 or 8304757. OLE color: 8304757.

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

Color convert

RGB 117 184 126 -
CMYK 0.36 0 0.32 0.28
HSL 128.06º 0.32% 0.59% -
HSV(B) 128.06º 0.36% 0.72% -
XYZ 28.24 39.57 25.89 -
YUV 157.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 117 184 126 0.36 0 0.32 0.28 128.06 0.32 0.59
Hex 75 B8 7E 24 0 20 1C 80 20 3B
Octal 165 270 176 44 0 40 34 200 40 73
Binary 1110101 10111000 1111110 100100 0 100000 11100 10000000 100000 111011

Color Harmonies of #75B87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B87E

Black with #75B87E

Text Example


Text Example

White with #75B87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,184,126); }

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

background-color css

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

 a { background-color: rgb(117,184,126); }

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

border-color css

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

 span { border-color: rgb(117,184,126); }

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