Html Css Color HEX #7FAD8E Bay Leaf

📋 copy color: '#7FAD8E'

red 127 ◦ green 173 ◦ blue 142

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

Shades of Bay Leaf #7FAD8E

Tints of Bay Leaf #7FAD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

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

R = 28.73%
G = 39.14%
B = 32.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#7FAD8E (or 0x7FAD8E) is known color: Bay Leaf. HEX triplet: 7F, AD and 8E. RGB value is (127,173,142). Sum of RGB (Red+Green+Blue) = 127+173+142=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD8E is #805271. Grayscale: #9B9B9B. Windows color (decimal): -8409714 or 9350527. OLE color: 9350527.

HSL color Cylindrical-coordinate representation of color #7FAD8E: hue angle of 139.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAD8E is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 142 -
CMYK 0.27 0 0.18 0.32
HSL 139.57º 0.22% 0.59% -
HSV(B) 139.57º 0.27% 0.68% -
XYZ 28.58 36.35 31.1 -
YUV 155.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 127 173 142 0.27 0 0.18 0.32 139.57 0.22 0.59
Hex 7F AD 8E 1B 0 12 20 8C 16 3B
Octal 177 255 216 33 0 22 40 214 26 73
Binary 1111111 10101101 10001110 11011 0 10010 100000 10001100 10110 111011

Color Harmonies of #7FAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD8E

Black with #7FAD8E

Text Example


Text Example

White with #7FAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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