Html Css Color HEX #7AB17D Bay Leaf

📋 copy color: '#7AB17D'

red 122 ◦ green 177 ◦ blue 125

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

Shades of Bay Leaf #7AB17D

Tints of Bay Leaf #7AB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 28.77%
G = 41.75%
B = 29.48%

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

#7AB17D (or 0x7AB17D) is known color: Bay Leaf. HEX triplet: 7A, B1 and 7D. RGB value is (122,177,125). Sum of RGB (Red+Green+Blue) = 122+177+125=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB17D is #854E82. Grayscale: #9A9A9A. Windows color (decimal): -8736387 or 8237434. OLE color: 8237434.

HSL color Cylindrical-coordinate representation of color #7AB17D: hue angle of 123.27º 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 #7AB17D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 125 -
CMYK 0.31 0 0.29 0.31
HSL 123.27º 0.26% 0.59% -
HSV(B) 123.27º 0.31% 0.69% -
XYZ 27.45 37.06 25.11 -
YUV 154.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 122 177 125 0.31 0 0.29 0.31 123.27 0.26 0.59
Hex 7A B1 7D 1F 0 1D 1F 7B 1A 3B
Octal 172 261 175 37 0 35 37 173 32 73
Binary 1111010 10110001 1111101 11111 0 11101 11111 1111011 11010 111011

Color Harmonies of #7AB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB17D

Black with #7AB17D

Text Example


Text Example

White with #7AB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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