Html Css Color HEX #73B585 Bay Leaf

📋 copy color: '#73B585'

red 115 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #73B585

Tints of Bay Leaf #73B585

RGB

 RED value IS 115 (45.31% from 255) = 26.81%

 GREEN value IS 181 (71.09% from 255) = 42.19%

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

R = 26.81%
G = 42.19%
B = 31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#73B585 (or 0x73B585) is known color: Bay Leaf. HEX triplet: 73, B5 and 85. RGB value is (115,181,133). Sum of RGB (Red+Green+Blue) = 115+181+133=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #73B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B585 is #8C4A7A. Grayscale: #9B9B9B. Windows color (decimal): -9194107 or 8762739. OLE color: 8762739.

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

Color convert

RGB 115 181 133 -
CMYK 0.36 0 0.27 0.29
HSL 136.36º 0.31% 0.58% -
HSV(B) 136.36º 0.36% 0.71% -
XYZ 27.83 38.39 28.13 -
YUV 155.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 115 181 133 0.36 0 0.27 0.29 136.36 0.31 0.58
Hex 73 B5 85 24 0 1B 1D 88 1F 3A
Octal 163 265 205 44 0 33 35 210 37 72
Binary 1110011 10110101 10000101 100100 0 11011 11101 10001000 11111 111010

Color Harmonies of #73B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B585

Black with #73B585

Text Example


Text Example

White with #73B585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B585; }

 p { color: rgb(115,181,133); }

 H1.HeaderClassName
 {
   color: #73B585;
 }
 .AnyTagClassName
 {
   color: #73B585;
 }
</style>

background-color css

<style>
 a { background-color: #73B585; }

 a { background-color: rgb(115,181,133); }

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

border-color css

<style>
 span { border-color: #73B585; }

 span { border-color: rgb(115,181,133); }

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