Html Css Color HEX #7CB85F Mantis

📋 copy color: '#7CB85F'

red 124 ◦ green 184 ◦ blue 95

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

Shades of Mantis #7CB85F

Tints of Mantis #7CB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 30.77%
G = 45.66%
B = 23.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7CB85F (or 0x7CB85F) is known color: Mantis. HEX triplet: 7C, B8 and 5F. RGB value is (124,184,95). Sum of RGB (Red+Green+Blue) = 124+184+95=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB85F is #8347A0. Grayscale: #9C9C9C. Windows color (decimal): -8603553 or 6273148. OLE color: 6273148.

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

Color convert

RGB 124 184 95 -
CMYK 0.33 0 0.48 0.28
HSL 100.45º 0.39% 0.55% -
HSV(B) 100.45º 0.48% 0.72% -
XYZ 27.52 39.39 16.98 -
YUV 155.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 124 184 95 0.33 0 0.48 0.28 100.45 0.39 0.55
Hex 7C B8 5F 21 0 30 1C 64 27 37
Octal 174 270 137 41 0 60 34 144 47 67
Binary 1111100 10111000 1011111 100001 0 110000 11100 1100100 100111 110111

Color Harmonies of #7CB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB85F

Black with #7CB85F

Text Example


Text Example

White with #7CB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,95); }

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

background-color css

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

 a { background-color: rgb(124,184,95); }

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

border-color css

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

 span { border-color: rgb(124,184,95); }

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