Html Css Color HEX #75B88B Bay Leaf

📋 copy color: '#75B88B'

red 117 ◦ green 184 ◦ blue 139

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

Shades of Bay Leaf #75B88B

Tints of Bay Leaf #75B88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 26.59%
G = 41.82%
B = 31.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#75B88B (or 0x75B88B) is known color: Bay Leaf. HEX triplet: 75, B8 and 8B. RGB value is (117,184,139). Sum of RGB (Red+Green+Blue) = 117+184+139=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #75B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B88B is #8A4774. Grayscale: #9E9E9E. Windows color (decimal): -9062261 or 9156725. OLE color: 9156725.

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

Color convert

RGB 117 184 139 -
CMYK 0.36 0 0.24 0.28
HSL 139.7º 0.32% 0.59% -
HSV(B) 139.7º 0.36% 0.72% -
XYZ 29.14 39.93 30.6 -
YUV 158.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 117 184 139 0.36 0 0.24 0.28 139.7 0.32 0.59
Hex 75 B8 8B 24 0 18 1C 8C 20 3B
Octal 165 270 213 44 0 30 34 214 40 73
Binary 1110101 10111000 10001011 100100 0 11000 11100 10001100 100000 111011

Color Harmonies of #75B88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B88B

Black with #75B88B

Text Example


Text Example

White with #75B88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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