Html Css Color HEX #79A28B Bay Leaf

📋 copy color: '#79A28B'

red 121 ◦ green 162 ◦ blue 139

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

Shades of Bay Leaf #79A28B

Tints of Bay Leaf #79A28B

RGB

 RED value IS 121 (47.66% from 255) = 28.67%

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

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

R = 28.67%
G = 38.39%
B = 32.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#79A28B (or 0x79A28B) is known color: Bay Leaf. HEX triplet: 79, A2 and 8B. RGB value is (121,162,139). Sum of RGB (Red+Green+Blue) = 121+162+139=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #79A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A28B is #865D74. Grayscale: #939393. Windows color (decimal): -8805749 or 9151097. OLE color: 9151097.

HSL color Cylindrical-coordinate representation of color #79A28B: hue angle of 146.34º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A28B is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 162 139 -
CMYK 0.25 0 0.14 0.36
HSL 146.34º 0.18% 0.55% -
HSV(B) 146.34º 0.25% 0.64% -
XYZ 25.47 31.77 29.22 -
YUV 147.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 121 162 139 0.25 0 0.14 0.36 146.34 0.18 0.55
Hex 79 A2 8B 19 0 E 24 92 12 37
Octal 171 242 213 31 0 16 44 222 22 67
Binary 1111001 10100010 10001011 11001 0 1110 100100 10010010 10010 110111

Color Harmonies of #79A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A28B

Black with #79A28B

Text Example


Text Example

White with #79A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A28B; }

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

 H1.HeaderClassName
 {
   color: #79A28B;
 }
 .AnyTagClassName
 {
   color: #79A28B;
 }
</style>

background-color css

<style>
 a { background-color: #79A28B; }

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

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

border-color css

<style>
 span { border-color: #79A28B; }

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

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