#75C38D

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

Shades of Bay Leaf #75C38D

Tints of Bay Leaf #75C38D

Color information

#75C38D (or 0x75C38D) is unknown color: approx Bay Leaf. HEX triplet: 75, C3 and 8D. RGB value is (117,195,141). Sum of RGB (Red+Green+Blue) = 117+195+141=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #75C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C38D is #8A3C72. Grayscale: #A5A5A5. Windows color (decimal): -9059443 or 9290613. OLE color: 9290613.

HSL color Cylindrical-coordinate representation of color #75C38D: hue angle of 138.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C38D is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB117195141-
CMYK0.400.280.24
HSL138.46º39.39%61.18%-
HSV(B)138.46º40%76.47%-
XYZ31.6644.7432.17-
YUV165.52114.1693.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=25.83%
G=43.05%
B=31.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951410.400.280.24138.4639.3961.18
Hex75C38D2801C188a273d
Octal16530321550034302124775
Binary111010111000011100011011010000111001100010001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,141); }

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

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

 a { background-color: rgb(117,195,141); }

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

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

 span { border-color: rgb(117,195,141); }

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