Html Css Color HEX #73C08A Bay Leaf

📋 copy color: '#73C08A'

red 115 ◦ green 192 ◦ blue 138

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

Shades of Bay Leaf #73C08A

Tints of Bay Leaf #73C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 25.84%
G = 43.15%
B = 31.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#73C08A (or 0x73C08A) is known color: Bay Leaf. HEX triplet: 73, C0 and 8A. RGB value is (115,192,138). Sum of RGB (Red+Green+Blue) = 115+192+138=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #73C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C08A is #8C3F75. Grayscale: #A2A2A2. Windows color (decimal): -9191286 or 9093235. OLE color: 9093235.

HSL color Cylindrical-coordinate representation of color #73C08A: hue angle of 137.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C08A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 138 -
CMYK 0.40 0 0.28 0.25
HSL 137.92º 0.38% 0.6% -
HSV(B) 137.92º 0.4% 0.75% -
XYZ 30.51 43.18 30.77 -
YUV 162.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 115 192 138 0.40 0 0.28 0.25 137.92 0.38 0.6
Hex 73 C0 8A 28 0 1C 19 8A 26 3C
Octal 163 300 212 50 0 34 31 212 46 74
Binary 1110011 11000000 10001010 101000 0 11100 11001 10001010 100110 111100

Color Harmonies of #73C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C08A

Black with #73C08A

Text Example


Text Example

White with #73C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,138); }

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

background-color css

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

 a { background-color: rgb(115,192,138); }

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

border-color css

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

 span { border-color: rgb(115,192,138); }

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