Html Css Color HEX #75A485 Bay Leaf

📋 copy color: '#75A485'

red 117 ◦ green 164 ◦ blue 133

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

Shades of Bay Leaf #75A485

Tints of Bay Leaf #75A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 28.26%
G = 39.61%
B = 32.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#75A485 (or 0x75A485) is known color: Bay Leaf. HEX triplet: 75, A4 and 85. RGB value is (117,164,133). Sum of RGB (Red+Green+Blue) = 117+164+133=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #75A485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A485 is #8A5B7A. Grayscale: #929292. Windows color (decimal): -9067387 or 8758389. OLE color: 8758389.

HSL color Cylindrical-coordinate representation of color #75A485: hue angle of 140.43º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A485 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 133 -
CMYK 0.29 0 0.19 0.36
HSL 140.43º 0.21% 0.55% -
HSV(B) 140.43º 0.29% 0.64% -
XYZ 24.85 32.03 27.06 -
YUV 146.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 117 164 133 0.29 0 0.19 0.36 140.43 0.21 0.55
Hex 75 A4 85 1D 0 13 24 8C 15 37
Octal 165 244 205 35 0 23 44 214 25 67
Binary 1110101 10100100 10000101 11101 0 10011 100100 10001100 10101 110111

Color Harmonies of #75A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A485

Black with #75A485

Text Example


Text Example

White with #75A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,133); }

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

background-color css

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

 a { background-color: rgb(117,164,133); }

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

border-color css

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

 span { border-color: rgb(117,164,133); }

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