Html Css Color HEX #7CB75F Mantis

📋 copy color: '#7CB75F'

red 124 ◦ green 183 ◦ blue 95

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

Shades of Mantis #7CB75F

Tints of Mantis #7CB75F

RGB

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

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

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

R = 30.85%
G = 45.52%
B = 23.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7CB75F (or 0x7CB75F) is known color: Mantis. HEX triplet: 7C, B7 and 5F. RGB value is (124,183,95). Sum of RGB (Red+Green+Blue) = 124+183+95=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB75F is #8348A0. Grayscale: #9B9B9B. Windows color (decimal): -8603809 or 6272892. OLE color: 6272892.

HSL color Cylindrical-coordinate representation of color #7CB75F: hue angle of 100.23º degrees, saturation: 0.38, 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 #7CB75F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 95 -
CMYK 0.32 0 0.48 0.28
HSL 100.23º 0.38% 0.55% -
HSV(B) 100.23º 0.48% 0.72% -
XYZ 27.31 38.98 16.91 -
YUV 155.33 93.95 105.66 -
System Red Green Blue C M Y K H S L
Decimal 124 183 95 0.32 0 0.48 0.28 100.23 0.38 0.55
Hex 7C B7 5F 20 0 30 1C 64 26 37
Octal 174 267 137 40 0 60 34 144 46 67
Binary 1111100 10110111 1011111 100000 0 110000 11100 1100100 100110 110111

Color Harmonies of #7CB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB75F

Black with #7CB75F

Text Example


Text Example

White with #7CB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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