Html Css Color HEX #7CC090 Bay Leaf

📋 copy color: '#7CC090'

red 124 ◦ green 192 ◦ blue 144

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

Shades of Bay Leaf #7CC090

Tints of Bay Leaf #7CC090

RGB

 RED value IS 124 (48.83% from 255) = 26.96%

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

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

R = 26.96%
G = 41.74%
B = 31.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#7CC090 (or 0x7CC090) is known color: Bay Leaf. HEX triplet: 7C, C0 and 90. RGB value is (124,192,144). Sum of RGB (Red+Green+Blue) = 124+192+144=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC090 is #833F6F. Grayscale: #A6A6A6. Windows color (decimal): -8601456 or 9486460. OLE color: 9486460.

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

Color convert

RGB 124 192 144 -
CMYK 0.35 0 0.25 0.25
HSL 137.65º 0.35% 0.62% -
HSV(B) 137.65º 0.35% 0.75% -
XYZ 32.2 44 33.18 -
YUV 166.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 124 192 144 0.35 0 0.25 0.25 137.65 0.35 0.62
Hex 7C C0 90 23 0 19 19 8A 23 3E
Octal 174 300 220 43 0 31 31 212 43 76
Binary 1111100 11000000 10010000 100011 0 11001 11001 10001010 100011 111110

Color Harmonies of #7CC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC090

Black with #7CC090

Text Example


Text Example

White with #7CC090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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