Html Css Color HEX #7ABE90 Bay Leaf

📋 copy color: '#7ABE90'

red 122 ◦ green 190 ◦ blue 144

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

Shades of Bay Leaf #7ABE90

Tints of Bay Leaf #7ABE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

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

R = 26.75%
G = 41.67%
B = 31.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#7ABE90 (or 0x7ABE90) is known color: Bay Leaf. HEX triplet: 7A, BE and 90. RGB value is (122,190,144). Sum of RGB (Red+Green+Blue) = 122+190+144=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE90 is #85416F. Grayscale: #A4A4A4. Windows color (decimal): -8733040 or 9485946. OLE color: 9485946.

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

Color convert

RGB 122 190 144 -
CMYK 0.36 0 0.24 0.25
HSL 139.41º 0.34% 0.61% -
HSV(B) 139.41º 0.36% 0.75% -
XYZ 31.47 42.98 33.02 -
YUV 164.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 122 190 144 0.36 0 0.24 0.25 139.41 0.34 0.61
Hex 7A BE 90 24 0 18 19 8B 22 3D
Octal 172 276 220 44 0 30 31 213 42 75
Binary 1111010 10111110 10010000 100100 0 11000 11001 10001011 100010 111101

Color Harmonies of #7ABE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABE90

Black with #7ABE90

Text Example


Text Example

White with #7ABE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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