#75C88B

Color #75C88B Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #75C88B

Tints of Bay Leaf #75C88B

Color information

#75C88B (or 0x75C88B) is unknown color: approx Bay Leaf. HEX triplet: 75, C8 and 8B. RGB value is (117,200,139). Sum of RGB (Red+Green+Blue) = 117+200+139=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #75C88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C88B is #8A3774. Grayscale: #A8A8A8. Windows color (decimal): -9058165 or 9160821. OLE color: 9160821.

HSL color Cylindrical-coordinate representation of color #75C88B: hue angle of 135.9º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C88B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB117200139-
CMYK0.4200.300.22
HSL135.9º43.01%62.16%-
HSV(B)135.9º41.5%78.43%-
XYZ32.6546.9531.77-
YUV168.23111.591.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=25.66%
G=43.86%
B=30.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001390.4200.300.22135.943.0162.16
Hex75C88B2A01E16882b3e
Octal16531021352036262105376
Binary111010111001000100010111010100111101011010001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75C88B;
 }
 .AnyTagClassName
 {
   color: #75C88B;
 }
</style>
background-color css

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

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

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

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

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

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