Html Css Color HEX #7AB47F Bay Leaf

📋 copy color: '#7AB47F'

red 122 ◦ green 180 ◦ blue 127

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

Shades of Bay Leaf #7AB47F

Tints of Bay Leaf #7AB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 28.44%
G = 41.96%
B = 29.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#7AB47F (or 0x7AB47F) is known color: Bay Leaf. HEX triplet: 7A, B4 and 7F. RGB value is (122,180,127). Sum of RGB (Red+Green+Blue) = 122+180+127=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB47F is #854B80. Grayscale: #9C9C9C. Windows color (decimal): -8735617 or 8369274. OLE color: 8369274.

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

Color convert

RGB 122 180 127 -
CMYK 0.32 0 0.29 0.29
HSL 125.17º 0.28% 0.59% -
HSV(B) 125.17º 0.32% 0.71% -
XYZ 28.18 38.31 25.99 -
YUV 156.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 122 180 127 0.32 0 0.29 0.29 125.17 0.28 0.59
Hex 7A B4 7F 20 0 1D 1D 7D 1C 3B
Octal 172 264 177 40 0 35 35 175 34 73
Binary 1111010 10110100 1111111 100000 0 11101 11101 1111101 11100 111011

Color Harmonies of #7AB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB47F

Black with #7AB47F

Text Example


Text Example

White with #7AB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,127); }

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

background-color css

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

 a { background-color: rgb(122,180,127); }

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

border-color css

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

 span { border-color: rgb(122,180,127); }

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