Html Css Color HEX #7CB75A Mantis

📋 copy color: '#7CB75A'

red 124 ◦ green 183 ◦ blue 90

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

Shades of Mantis #7CB75A

Tints of Mantis #7CB75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 31.23%
G = 46.1%
B = 22.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#7CB75A (or 0x7CB75A) is known color: Mantis. HEX triplet: 7C, B7 and 5A. RGB value is (124,183,90). Sum of RGB (Red+Green+Blue) = 124+183+90=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB75A is #8348A5. Grayscale: #9B9B9B. Windows color (decimal): -8603814 or 5945212. OLE color: 5945212.

HSL color Cylindrical-coordinate representation of color #7CB75A: hue angle of 98.06º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CB75A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 90 -
CMYK 0.32 0 0.51 0.28
HSL 98.06º 0.39% 0.54% -
HSV(B) 98.06º 0.51% 0.72% -
XYZ 27.09 38.89 15.75 -
YUV 154.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 124 183 90 0.32 0 0.51 0.28 98.06 0.39 0.54
Hex 7C B7 5A 20 0 33 1C 62 27 36
Octal 174 267 132 40 0 63 34 142 47 66
Binary 1111100 10110111 1011010 100000 0 110011 11100 1100010 100111 110110

Color Harmonies of #7CB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB75A

Black with #7CB75A

Text Example


Text Example

White with #7CB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,90); }

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

background-color css

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

 a { background-color: rgb(124,183,90); }

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

border-color css

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

 span { border-color: rgb(124,183,90); }

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