Html Css Color HEX #73BB8C Bay Leaf

📋 copy color: '#73BB8C'

red 115 ◦ green 187 ◦ blue 140

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

Shades of Bay Leaf #73BB8C

Tints of Bay Leaf #73BB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 26.02%
G = 42.31%
B = 31.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#73BB8C (or 0x73BB8C) is known color: Bay Leaf. HEX triplet: 73, BB and 8C. RGB value is (115,187,140). Sum of RGB (Red+Green+Blue) = 115+187+140=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BB8C is #8C4473. Grayscale: #A0A0A0. Windows color (decimal): -9192564 or 9223027. OLE color: 9223027.

HSL color Cylindrical-coordinate representation of color #73BB8C: hue angle of 140.83º 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 #73BB8C is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 187 140 -
CMYK 0.39 0 0.25 0.27
HSL 140.83º 0.35% 0.59% -
HSV(B) 140.83º 0.39% 0.73% -
XYZ 29.57 41.08 31.18 -
YUV 160.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 115 187 140 0.39 0 0.25 0.27 140.83 0.35 0.59
Hex 73 BB 8C 27 0 19 1B 8D 23 3B
Octal 163 273 214 47 0 31 33 215 43 73
Binary 1110011 10111011 10001100 100111 0 11001 11011 10001101 100011 111011

Color Harmonies of #73BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BB8C

Black with #73BB8C

Text Example


Text Example

White with #73BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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