#75BE90

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

Shades of Bay Leaf #75BE90

Tints of Bay Leaf #75BE90

Color information

#75BE90 (or 0x75BE90) is unknown color: approx Bay Leaf. HEX triplet: 75, BE and 90. RGB value is (117,190,144). Sum of RGB (Red+Green+Blue) = 117+190+144=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE90 is #8A416F. Grayscale: #A3A3A3. Windows color (decimal): -9060720 or 9485941. OLE color: 9485941.

HSL color Cylindrical-coordinate representation of color #75BE90: hue angle of 142.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE90 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB117190144-
CMYK0.3800.240.25
HSL142.19º35.96%60.2%-
HSV(B)142.19º38.42%74.51%-
XYZ30.7842.6232.99-
YUV162.93117.3295.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=25.94%
G=42.13%
B=31.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901440.3800.240.25142.1935.9660.2
Hex75BE9026018198e243c
Octal16527622046030312164474
Binary111010110111110100100001001100110001100110001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,144); }

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

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

 a { background-color: rgb(117,190,144); }

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

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

 span { border-color: rgb(117,190,144); }

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