Html Css Color HEX #7AC08B Bay Leaf

📋 copy color: '#7AC08B'

red 122 ◦ green 192 ◦ blue 139

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

Shades of Bay Leaf #7AC08B

Tints of Bay Leaf #7AC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 26.93%
G = 42.38%
B = 30.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#7AC08B (or 0x7AC08B) is known color: Bay Leaf. HEX triplet: 7A, C0 and 8B. RGB value is (122,192,139). Sum of RGB (Red+Green+Blue) = 122+192+139=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC08B is #853F74. Grayscale: #A5A5A5. Windows color (decimal): -8732533 or 9158778. OLE color: 9158778.

HSL color Cylindrical-coordinate representation of color #7AC08B: hue angle of 134.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC08B is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 139 -
CMYK 0.36 0 0.28 0.25
HSL 134.57º 0.36% 0.62% -
HSV(B) 134.57º 0.36% 0.75% -
XYZ 31.54 43.7 31.2 -
YUV 165.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 122 192 139 0.36 0 0.28 0.25 134.57 0.36 0.62
Hex 7A C0 8B 24 0 1C 19 87 24 3E
Octal 172 300 213 44 0 34 31 207 44 76
Binary 1111010 11000000 10001011 100100 0 11100 11001 10000111 100100 111110

Color Harmonies of #7AC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC08B

Black with #7AC08B

Text Example


Text Example

White with #7AC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,139); }

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

background-color css

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

 a { background-color: rgb(122,192,139); }

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

border-color css

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

 span { border-color: rgb(122,192,139); }

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