Html Css Color HEX #7AB17E Bay Leaf

📋 copy color: '#7AB17E'

red 122 ◦ green 177 ◦ blue 126

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

Shades of Bay Leaf #7AB17E

Tints of Bay Leaf #7AB17E

RGB

 RED value IS 122 (48.05% from 255) = 28.71%

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 28.71%
G = 41.65%
B = 29.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7AB17E (or 0x7AB17E) is known color: Bay Leaf. HEX triplet: 7A, B1 and 7E. RGB value is (122,177,126). Sum of RGB (Red+Green+Blue) = 122+177+126=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB17E is #854E81. Grayscale: #9A9A9A. Windows color (decimal): -8736386 or 8302970. OLE color: 8302970.

HSL color Cylindrical-coordinate representation of color #7AB17E: hue angle of 124.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB17E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 126 -
CMYK 0.31 0 0.29 0.31
HSL 124.36º 0.26% 0.59% -
HSV(B) 124.36º 0.31% 0.69% -
XYZ 27.51 37.09 25.45 -
YUV 154.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 122 177 126 0.31 0 0.29 0.31 124.36 0.26 0.59
Hex 7A B1 7E 1F 0 1D 1F 7C 1A 3B
Octal 172 261 176 37 0 35 37 174 32 73
Binary 1111010 10110001 1111110 11111 0 11101 11111 1111100 11010 111011

Color Harmonies of #7AB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB17E

Black with #7AB17E

Text Example


Text Example

White with #7AB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,126); }

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

background-color css

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

 a { background-color: rgb(122,177,126); }

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

border-color css

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

 span { border-color: rgb(122,177,126); }

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