Html Css Color HEX #7AB688 Bay Leaf

📋 copy color: '#7AB688'

red 122 ◦ green 182 ◦ blue 136

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

Shades of Bay Leaf #7AB688

Tints of Bay Leaf #7AB688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 27.73%
G = 41.36%
B = 30.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#7AB688 (or 0x7AB688) is known color: Bay Leaf. HEX triplet: 7A, B6 and 88. RGB value is (122,182,136). Sum of RGB (Red+Green+Blue) = 122+182+136=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB688 is #854977. Grayscale: #9E9E9E. Windows color (decimal): -8735096 or 8959610. OLE color: 8959610.

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

Color convert

RGB 122 182 136 -
CMYK 0.33 0 0.25 0.29
HSL 134º 0.29% 0.6% -
HSV(B) 134º 0.33% 0.71% -
XYZ 29.2 39.37 29.35 -
YUV 158.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 122 182 136 0.33 0 0.25 0.29 134 0.29 0.6
Hex 7A B6 88 21 0 19 1D 86 1D 3C
Octal 172 266 210 41 0 31 35 206 35 74
Binary 1111010 10110110 10001000 100001 0 11001 11101 10000110 11101 111100

Color Harmonies of #7AB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB688

Black with #7AB688

Text Example


Text Example

White with #7AB688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,136); }

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

background-color css

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

 a { background-color: rgb(122,182,136); }

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

border-color css

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

 span { border-color: rgb(122,182,136); }

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