Html Css Color HEX #73C084 Bay Leaf

📋 copy color: '#73C084'

red 115 ◦ green 192 ◦ blue 132

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

Shades of Bay Leaf #73C084

Tints of Bay Leaf #73C084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 26.2%
G = 43.74%
B = 30.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#73C084 (or 0x73C084) is known color: Bay Leaf. HEX triplet: 73, C0 and 84. RGB value is (115,192,132). Sum of RGB (Red+Green+Blue) = 115+192+132=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #73C084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C084 is #8C3F7B. Grayscale: #A2A2A2. Windows color (decimal): -9191292 or 8700019. OLE color: 8700019.

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

Color convert

RGB 115 192 132 -
CMYK 0.40 0 0.31 0.25
HSL 133.25º 0.38% 0.6% -
HSV(B) 133.25º 0.4% 0.75% -
XYZ 30.08 43.01 28.55 -
YUV 162.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 115 192 132 0.40 0 0.31 0.25 133.25 0.38 0.6
Hex 73 C0 84 28 0 1F 19 85 26 3C
Octal 163 300 204 50 0 37 31 205 46 74
Binary 1110011 11000000 10000100 101000 0 11111 11001 10000101 100110 111100

Color Harmonies of #73C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C084

Black with #73C084

Text Example


Text Example

White with #73C084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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