Html Css Color HEX #7FA38E Bay Leaf

📋 copy color: '#7FA38E'

red 127 ◦ green 163 ◦ blue 142

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

Shades of Bay Leaf #7FA38E

Tints of Bay Leaf #7FA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 29.4%
G = 37.73%
B = 32.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#7FA38E (or 0x7FA38E) is known color: Bay Leaf. HEX triplet: 7F, A3 and 8E. RGB value is (127,163,142). Sum of RGB (Red+Green+Blue) = 127+163+142=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA38E is #805C71. Grayscale: #959595. Windows color (decimal): -8412274 or 9347967. OLE color: 9347967.

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

Color convert

RGB 127 163 142 -
CMYK 0.22 0 0.13 0.36
HSL 145º 0.16% 0.57% -
HSV(B) 145º 0.22% 0.64% -
XYZ 26.73 32.66 30.49 -
YUV 149.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 127 163 142 0.22 0 0.13 0.36 145 0.16 0.57
Hex 7F A3 8E 16 0 D 24 91 10 39
Octal 177 243 216 26 0 15 44 221 20 71
Binary 1111111 10100011 10001110 10110 0 1101 100100 10010001 10000 111001

Color Harmonies of #7FA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA38E

Black with #7FA38E

Text Example


Text Example

White with #7FA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,163,142); }

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

background-color css

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

 a { background-color: rgb(127,163,142); }

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

border-color css

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

 span { border-color: rgb(127,163,142); }

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