Html Css Color HEX #73BB8B Bay Leaf

📋 copy color: '#73BB8B'

red 115 ◦ green 187 ◦ blue 139

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

Shades of Bay Leaf #73BB8B

Tints of Bay Leaf #73BB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

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

R = 26.08%
G = 42.4%
B = 31.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#73BB8B (or 0x73BB8B) is known color: Bay Leaf. HEX triplet: 73, BB and 8B. RGB value is (115,187,139). Sum of RGB (Red+Green+Blue) = 115+187+139=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BB8B is #8C4474. Grayscale: #A0A0A0. Windows color (decimal): -9192565 or 9157491. OLE color: 9157491.

HSL color Cylindrical-coordinate representation of color #73BB8B: hue angle of 140º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BB8B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 187 139 -
CMYK 0.39 0 0.26 0.27
HSL 140º 0.35% 0.59% -
HSV(B) 140º 0.39% 0.73% -
XYZ 29.5 41.05 30.79 -
YUV 160 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 115 187 139 0.39 0 0.26 0.27 140 0.35 0.59
Hex 73 BB 8B 27 0 1A 1B 8C 23 3B
Octal 163 273 213 47 0 32 33 214 43 73
Binary 1110011 10111011 10001011 100111 0 11010 11011 10001100 100011 111011

Color Harmonies of #73BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BB8B

Black with #73BB8B

Text Example


Text Example

White with #73BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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