Html Css Color HEX #73AF8A Bay Leaf

📋 copy color: '#73AF8A'

red 115 ◦ green 175 ◦ blue 138

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

Shades of Bay Leaf #73AF8A

Tints of Bay Leaf #73AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

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

R = 26.87%
G = 40.89%
B = 32.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#73AF8A (or 0x73AF8A) is known color: Bay Leaf. HEX triplet: 73, AF and 8A. RGB value is (115,175,138). Sum of RGB (Red+Green+Blue) = 115+175+138=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF8A is #8C5075. Grayscale: #989898. Windows color (decimal): -9195638 or 9088883. OLE color: 9088883.

HSL color Cylindrical-coordinate representation of color #73AF8A: hue angle of 143º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF8A is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 138 -
CMYK 0.34 0 0.21 0.31
HSL 143º 0.27% 0.57% -
HSV(B) 143º 0.34% 0.69% -
XYZ 26.99 36.14 29.6 -
YUV 152.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 115 175 138 0.34 0 0.21 0.31 143 0.27 0.57
Hex 73 AF 8A 22 0 15 1F 8F 1B 39
Octal 163 257 212 42 0 25 37 217 33 71
Binary 1110011 10101111 10001010 100010 0 10101 11111 10001111 11011 111001

Color Harmonies of #73AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF8A

Black with #73AF8A

Text Example


Text Example

White with #73AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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