Html Css Color HEX #73AE85 Bay Leaf

📋 copy color: '#73AE85'

red 115 ◦ green 174 ◦ blue 133

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

Shades of Bay Leaf #73AE85

Tints of Bay Leaf #73AE85

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 27.25%
G = 41.23%
B = 31.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#73AE85 (or 0x73AE85) is known color: Bay Leaf. HEX triplet: 73, AE and 85. RGB value is (115,174,133). Sum of RGB (Red+Green+Blue) = 115+174+133=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AE85 is #8C517A. Grayscale: #979797. Windows color (decimal): -9195899 or 8760947. OLE color: 8760947.

HSL color Cylindrical-coordinate representation of color #73AE85: hue angle of 138.31º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AE85 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 174 133 -
CMYK 0.34 0 0.24 0.32
HSL 138.31º 0.27% 0.57% -
HSV(B) 138.31º 0.34% 0.68% -
XYZ 26.44 35.61 27.67 -
YUV 151.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 115 174 133 0.34 0 0.24 0.32 138.31 0.27 0.57
Hex 73 AE 85 22 0 18 20 8A 1B 39
Octal 163 256 205 42 0 30 40 212 33 71
Binary 1110011 10101110 10000101 100010 0 11000 100000 10001010 11011 111001

Color Harmonies of #73AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AE85

Black with #73AE85

Text Example


Text Example

White with #73AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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