Html Css Color HEX #73C18B Bay Leaf

📋 copy color: '#73C18B'

red 115 ◦ green 193 ◦ blue 139

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

Shades of Bay Leaf #73C18B

Tints of Bay Leaf #73C18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 25.73%
G = 43.18%
B = 31.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#73C18B (or 0x73C18B) is known color: Bay Leaf. HEX triplet: 73, C1 and 8B. RGB value is (115,193,139). Sum of RGB (Red+Green+Blue) = 115+193+139=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #73C18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C18B is #8C3E74. Grayscale: #A3A3A3. Windows color (decimal): -9191029 or 9159027. OLE color: 9159027.

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

Color convert

RGB 115 193 139 -
CMYK 0.40 0 0.28 0.24
HSL 138.46º 0.39% 0.6% -
HSV(B) 138.46º 0.4% 0.76% -
XYZ 30.8 43.65 31.23 -
YUV 163.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 115 193 139 0.40 0 0.28 0.24 138.46 0.39 0.6
Hex 73 C1 8B 28 0 1C 18 8A 27 3C
Octal 163 301 213 50 0 34 30 212 47 74
Binary 1110011 11000001 10001011 101000 0 11100 11000 10001010 100111 111100

Color Harmonies of #73C18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C18B

Black with #73C18B

Text Example


Text Example

White with #73C18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,193,139); }

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

background-color css

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

 a { background-color: rgb(115,193,139); }

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

border-color css

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

 span { border-color: rgb(115,193,139); }

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