Html Css Color HEX #7FA48D Bay Leaf

📋 copy color: '#7FA48D'

red 127 ◦ green 164 ◦ blue 141

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

Shades of Bay Leaf #7FA48D

Tints of Bay Leaf #7FA48D

RGB

 RED value IS 127 (50% from 255) = 29.4%

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 29.4%
G = 37.96%
B = 32.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#7FA48D (or 0x7FA48D) is known color: Bay Leaf. HEX triplet: 7F, A4 and 8D. RGB value is (127,164,141). Sum of RGB (Red+Green+Blue) = 127+164+141=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA48D is #805B72. Grayscale: #969696. Windows color (decimal): -8412019 or 9282687. OLE color: 9282687.

HSL color Cylindrical-coordinate representation of color #7FA48D: hue angle of 142.7º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA48D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 141 -
CMYK 0.23 0 0.14 0.36
HSL 142.7º 0.17% 0.57% -
HSV(B) 142.7º 0.23% 0.64% -
XYZ 26.84 32.99 30.15 -
YUV 150.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 127 164 141 0.23 0 0.14 0.36 142.7 0.17 0.57
Hex 7F A4 8D 17 0 E 24 8F 11 39
Octal 177 244 215 27 0 16 44 217 21 71
Binary 1111111 10100100 10001101 10111 0 1110 100100 10001111 10001 111001

Color Harmonies of #7FA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA48D

Black with #7FA48D

Text Example


Text Example

White with #7FA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA48D; }

 p { color: rgb(127,164,141); }

 H1.HeaderClassName
 {
   color: #7FA48D;
 }
 .AnyTagClassName
 {
   color: #7FA48D;
 }
</style>

background-color css

<style>
 a { background-color: #7FA48D; }

 a { background-color: rgb(127,164,141); }

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

border-color css

<style>
 span { border-color: #7FA48D; }

 span { border-color: rgb(127,164,141); }

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