Html Css Color HEX #73C08B Bay Leaf

📋 copy color: '#73C08B'

red 115 ◦ green 192 ◦ blue 139

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

Shades of Bay Leaf #73C08B

Tints of Bay Leaf #73C08B

RGB

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

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

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

R = 25.78%
G = 43.05%
B = 31.17%

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

#73C08B (or 0x73C08B) is known color: Bay Leaf. HEX triplet: 73, C0 and 8B. RGB value is (115,192,139). Sum of RGB (Red+Green+Blue) = 115+192+139=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #73C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C08B is #8C3F74. Grayscale: #A3A3A3. Windows color (decimal): -9191285 or 9158771. OLE color: 9158771.

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

Color convert

RGB 115 192 139 -
CMYK 0.40 0 0.28 0.25
HSL 138.7º 0.38% 0.6% -
HSV(B) 138.7º 0.4% 0.75% -
XYZ 30.58 43.21 31.15 -
YUV 162.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 115 192 139 0.40 0 0.28 0.25 138.7 0.38 0.6
Hex 73 C0 8B 28 0 1C 19 8B 26 3C
Octal 163 300 213 50 0 34 31 213 46 74
Binary 1110011 11000000 10001011 101000 0 11100 11001 10001011 100110 111100

Color Harmonies of #73C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C08B

Black with #73C08B

Text Example


Text Example

White with #73C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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