#75B67F

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

Shades of Bay Leaf #75B67F

Tints of Bay Leaf #75B67F

Color information

#75B67F (or 0x75B67F) is unknown color: approx Bay Leaf. HEX triplet: 75, B6 and 7F. RGB value is (117,182,127). Sum of RGB (Red+Green+Blue) = 117+182+127=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #75B67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B67F is #8A4980. Grayscale: #9C9C9C. Windows color (decimal): -9062785 or 8369781. OLE color: 8369781.

HSL color Cylindrical-coordinate representation of color #75B67F: hue angle of 129.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B67F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB117182127-
CMYK0.3600.300.29
HSL129.23º30.81%58.63%-
HSV(B)129.23º35.71%71.37%-
XYZ27.8938.7726.09-
YUV156.29111.4799.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 127 (50% from 255) = 29.81%
R=27.46%
G=42.72%
B=29.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821270.3600.300.29129.2330.8158.63
Hex75B67F2401E1D811f3b
Octal16526617744036352013773
Binary1110101101101101111111100100011110111011000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,127); }

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

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

 a { background-color: rgb(117,182,127); }

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

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

 span { border-color: rgb(117,182,127); }

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