Html Css Color HEX #7AC08F Bay Leaf

📋 copy color: '#7AC08F'

red 122 ◦ green 192 ◦ blue 143

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

Shades of Bay Leaf #7AC08F

Tints of Bay Leaf #7AC08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 26.7%
G = 42.01%
B = 31.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#7AC08F (or 0x7AC08F) is known color: Bay Leaf. HEX triplet: 7A, C0 and 8F. RGB value is (122,192,143). Sum of RGB (Red+Green+Blue) = 122+192+143=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC08F is #853F70. Grayscale: #A5A5A5. Windows color (decimal): -8732529 or 9420922. OLE color: 9420922.

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

Color convert

RGB 122 192 143 -
CMYK 0.36 0 0.26 0.25
HSL 138º 0.36% 0.62% -
HSV(B) 138º 0.36% 0.75% -
XYZ 31.83 43.82 32.77 -
YUV 165.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 122 192 143 0.36 0 0.26 0.25 138 0.36 0.62
Hex 7A C0 8F 24 0 1A 19 8A 24 3E
Octal 172 300 217 44 0 32 31 212 44 76
Binary 1111010 11000000 10001111 100100 0 11010 11001 10001010 100100 111110

Color Harmonies of #7AC08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC08F

Black with #7AC08F

Text Example


Text Example

White with #7AC08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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