Html Css Color HEX #73BC7F Bay Leaf

📋 copy color: '#73BC7F'

red 115 ◦ green 188 ◦ blue 127

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

Shades of Bay Leaf #73BC7F

Tints of Bay Leaf #73BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

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

R = 26.74%
G = 43.72%
B = 29.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#73BC7F (or 0x73BC7F) is known color: Bay Leaf. HEX triplet: 73, BC and 7F. RGB value is (115,188,127). Sum of RGB (Red+Green+Blue) = 115+188+127=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC7F is #8C4380. Grayscale: #9F9F9F. Windows color (decimal): -9192321 or 8371315. OLE color: 8371315.

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

Color convert

RGB 115 188 127 -
CMYK 0.39 0 0.32 0.26
HSL 129.86º 0.35% 0.59% -
HSV(B) 129.86º 0.39% 0.74% -
XYZ 28.88 41.14 26.5 -
YUV 159.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 115 188 127 0.39 0 0.32 0.26 129.86 0.35 0.59
Hex 73 BC 7F 27 0 20 1A 82 23 3B
Octal 163 274 177 47 0 40 32 202 43 73
Binary 1110011 10111100 1111111 100111 0 100000 11010 10000010 100011 111011

Color Harmonies of #73BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC7F

Black with #73BC7F

Text Example


Text Example

White with #73BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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