Html Css Color HEX #73B68F Bay Leaf

📋 copy color: '#73B68F'

red 115 ◦ green 182 ◦ blue 143

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

Shades of Bay Leaf #73B68F

Tints of Bay Leaf #73B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 26.14%
G = 41.36%
B = 32.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#73B68F (or 0x73B68F) is known color: Bay Leaf. HEX triplet: 73, B6 and 8F. RGB value is (115,182,143). Sum of RGB (Red+Green+Blue) = 115+182+143=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #73B68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B68F is #8C4970. Grayscale: #9D9D9D. Windows color (decimal): -9193841 or 9418355. OLE color: 9418355.

HSL color Cylindrical-coordinate representation of color #73B68F: hue angle of 145.07º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B68F is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 182 143 -
CMYK 0.37 0 0.21 0.29
HSL 145.07º 0.31% 0.58% -
HSV(B) 145.07º 0.37% 0.71% -
XYZ 28.76 39.08 32.01 -
YUV 157.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 115 182 143 0.37 0 0.21 0.29 145.07 0.31 0.58
Hex 73 B6 8F 25 0 15 1D 91 1F 3A
Octal 163 266 217 45 0 25 35 221 37 72
Binary 1110011 10110110 10001111 100101 0 10101 11101 10010001 11111 111010

Color Harmonies of #73B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B68F

Black with #73B68F

Text Example


Text Example

White with #73B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,182,143); }

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

background-color css

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

 a { background-color: rgb(115,182,143); }

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

border-color css

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

 span { border-color: rgb(115,182,143); }

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