Html Css Color HEX #73B38B Bay Leaf

📋 copy color: '#73B38B'

red 115 ◦ green 179 ◦ blue 139

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

Shades of Bay Leaf #73B38B

Tints of Bay Leaf #73B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 26.56%
G = 41.34%
B = 32.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#73B38B (or 0x73B38B) is known color: Bay Leaf. HEX triplet: 73, B3 and 8B. RGB value is (115,179,139). Sum of RGB (Red+Green+Blue) = 115+179+139=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #73B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B38B is #8C4C74. Grayscale: #9B9B9B. Windows color (decimal): -9194613 or 9155443. OLE color: 9155443.

HSL color Cylindrical-coordinate representation of color #73B38B: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B38B is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 179 139 -
CMYK 0.36 0 0.22 0.30
HSL 142.5º 0.3% 0.58% -
HSV(B) 142.5º 0.36% 0.7% -
XYZ 27.85 37.75 30.24 -
YUV 155.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 115 179 139 0.36 0 0.22 0.30 142.5 0.3 0.58
Hex 73 B3 8B 24 0 16 1E 8E 1E 3A
Octal 163 263 213 44 0 26 36 216 36 72
Binary 1110011 10110011 10001011 100100 0 10110 11110 10001110 11110 111010

Color Harmonies of #73B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B38B

Black with #73B38B

Text Example


Text Example

White with #73B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,139); }

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

background-color css

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

 a { background-color: rgb(115,179,139); }

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

border-color css

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

 span { border-color: rgb(115,179,139); }

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