Html Css Color HEX #7AC090 Bay Leaf

📋 copy color: '#7AC090'

red 122 ◦ green 192 ◦ blue 144

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

Shades of Bay Leaf #7AC090

Tints of Bay Leaf #7AC090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 26.64%
G = 41.92%
B = 31.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#7AC090 (or 0x7AC090) is known color: Bay Leaf. HEX triplet: 7A, C0 and 90. RGB value is (122,192,144). Sum of RGB (Red+Green+Blue) = 122+192+144=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC090 is #853F6F. Grayscale: #A5A5A5. Windows color (decimal): -8732528 or 9486458. OLE color: 9486458.

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

Color convert

RGB 122 192 144 -
CMYK 0.36 0 0.25 0.25
HSL 138.86º 0.36% 0.62% -
HSV(B) 138.86º 0.36% 0.75% -
XYZ 31.91 43.85 33.17 -
YUV 165.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 122 192 144 0.36 0 0.25 0.25 138.86 0.36 0.62
Hex 7A C0 90 24 0 19 19 8B 24 3E
Octal 172 300 220 44 0 31 31 213 44 76
Binary 1111010 11000000 10010000 100100 0 11001 11001 10001011 100100 111110

Color Harmonies of #7AC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC090

Black with #7AC090

Text Example


Text Example

White with #7AC090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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