Html Css Color HEX #73B288 Bay Leaf

📋 copy color: '#73B288'

red 115 ◦ green 178 ◦ blue 136

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

Shades of Bay Leaf #73B288

Tints of Bay Leaf #73B288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 26.81%
G = 41.49%
B = 31.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#73B288 (or 0x73B288) is known color: Bay Leaf. HEX triplet: 73, B2 and 88. RGB value is (115,178,136). Sum of RGB (Red+Green+Blue) = 115+178+136=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #73B288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B288 is #8C4D77. Grayscale: #9A9A9A. Windows color (decimal): -9194872 or 8958579. OLE color: 8958579.

HSL color Cylindrical-coordinate representation of color #73B288: hue angle of 140º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B288 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 136 -
CMYK 0.35 0 0.24 0.30
HSL 140º 0.29% 0.57% -
HSV(B) 140º 0.35% 0.7% -
XYZ 27.43 37.26 29.04 -
YUV 154.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 115 178 136 0.35 0 0.24 0.30 140 0.29 0.57
Hex 73 B2 88 23 0 18 1E 8C 1D 39
Octal 163 262 210 43 0 30 36 214 35 71
Binary 1110011 10110010 10001000 100011 0 11000 11110 10001100 11101 111001

Color Harmonies of #73B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B288

Black with #73B288

Text Example


Text Example

White with #73B288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,178,136); }

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

background-color css

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

 a { background-color: rgb(115,178,136); }

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

border-color css

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

 span { border-color: rgb(115,178,136); }

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