Html Css Color HEX #7FA28B Bay Leaf

📋 copy color: '#7FA28B'

red 127 ◦ green 162 ◦ blue 139

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

Shades of Bay Leaf #7FA28B

Tints of Bay Leaf #7FA28B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 29.67%
G = 37.85%
B = 32.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#7FA28B (or 0x7FA28B) is known color: Bay Leaf. HEX triplet: 7F, A2 and 8B. RGB value is (127,162,139). Sum of RGB (Red+Green+Blue) = 127+162+139=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA28B is #805D74. Grayscale: #949494. Windows color (decimal): -8412533 or 9151103. OLE color: 9151103.

HSL color Cylindrical-coordinate representation of color #7FA28B: hue angle of 140.57º 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 #7FA28B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 139 -
CMYK 0.22 0 0.14 0.36
HSL 140.57º 0.16% 0.57% -
HSV(B) 140.57º 0.22% 0.64% -
XYZ 26.33 32.22 29.26 -
YUV 148.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 127 162 139 0.22 0 0.14 0.36 140.57 0.16 0.57
Hex 7F A2 8B 16 0 E 24 8D 10 39
Octal 177 242 213 26 0 16 44 215 20 71
Binary 1111111 10100010 10001011 10110 0 1110 100100 10001101 10000 111001

Color Harmonies of #7FA28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA28B

Black with #7FA28B

Text Example


Text Example

White with #7FA28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,139); }

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

background-color css

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

 a { background-color: rgb(127,162,139); }

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

border-color css

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

 span { border-color: rgb(127,162,139); }

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