Html Css Color HEX #73BD7F Bay Leaf

📋 copy color: '#73BD7F'

red 115 ◦ green 189 ◦ blue 127

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

Shades of Bay Leaf #73BD7F

Tints of Bay Leaf #73BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 26.68%
G = 43.85%
B = 29.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#73BD7F (or 0x73BD7F) is known color: Bay Leaf. HEX triplet: 73, BD and 7F. RGB value is (115,189,127). Sum of RGB (Red+Green+Blue) = 115+189+127=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD7F is #8C4280. Grayscale: #9F9F9F. Windows color (decimal): -9192065 or 8371571. OLE color: 8371571.

HSL color Cylindrical-coordinate representation of color #73BD7F: hue angle of 129.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD7F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 189 127 -
CMYK 0.39 0 0.33 0.26
HSL 129.73º 0.36% 0.6% -
HSV(B) 129.73º 0.39% 0.74% -
XYZ 29.1 41.57 26.57 -
YUV 159.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 115 189 127 0.39 0 0.33 0.26 129.73 0.36 0.6
Hex 73 BD 7F 27 0 21 1A 82 24 3C
Octal 163 275 177 47 0 41 32 202 44 74
Binary 1110011 10111101 1111111 100111 0 100001 11010 10000010 100100 111100

Color Harmonies of #73BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BD7F

Black with #73BD7F

Text Example


Text Example

White with #73BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,189,127); }

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

background-color css

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

 a { background-color: rgb(115,189,127); }

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

border-color css

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

 span { border-color: rgb(115,189,127); }

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