Html Css Color HEX #7AB28C Bay Leaf

📋 copy color: '#7AB28C'

red 122 ◦ green 178 ◦ blue 140

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

Shades of Bay Leaf #7AB28C

Tints of Bay Leaf #7AB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 27.73%
G = 40.45%
B = 31.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#7AB28C (or 0x7AB28C) is known color: Bay Leaf. HEX triplet: 7A, B2 and 8C. RGB value is (122,178,140). Sum of RGB (Red+Green+Blue) = 122+178+140=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB28C is #854D73. Grayscale: #9D9D9D. Windows color (decimal): -8736116 or 9220730. OLE color: 9220730.

HSL color Cylindrical-coordinate representation of color #7AB28C: hue angle of 139.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB28C is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 178 140 -
CMYK 0.31 0 0.21 0.30
HSL 139.29º 0.27% 0.59% -
HSV(B) 139.29º 0.31% 0.7% -
XYZ 28.68 37.87 30.61 -
YUV 156.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 122 178 140 0.31 0 0.21 0.30 139.29 0.27 0.59
Hex 7A B2 8C 1F 0 15 1E 8B 1B 3B
Octal 172 262 214 37 0 25 36 213 33 73
Binary 1111010 10110010 10001100 11111 0 10101 11110 10001011 11011 111011

Color Harmonies of #7AB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB28C

Black with #7AB28C

Text Example


Text Example

White with #7AB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,140); }

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

background-color css

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

 a { background-color: rgb(122,178,140); }

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

border-color css

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

 span { border-color: rgb(122,178,140); }

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