Html Css Color HEX #7CBD6E Mantis

📋 copy color: '#7CBD6E'

red 124 ◦ green 189 ◦ blue 110

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

Shades of Mantis #7CBD6E

Tints of Mantis #7CBD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 29.31%
G = 44.68%
B = 26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#7CBD6E (or 0x7CBD6E) is known color: Mantis. HEX triplet: 7C, BD and 6E. RGB value is (124,189,110). Sum of RGB (Red+Green+Blue) = 124+189+110=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD6E is #834291. Grayscale: #A0A0A0. Windows color (decimal): -8602258 or 7257468. OLE color: 7257468.

HSL color Cylindrical-coordinate representation of color #7CBD6E: hue angle of 109.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CBD6E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 110 -
CMYK 0.34 0 0.42 0.26
HSL 109.37º 0.37% 0.59% -
HSV(B) 109.37º 0.42% 0.74% -
XYZ 29.32 41.81 21.28 -
YUV 160.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 124 189 110 0.34 0 0.42 0.26 109.37 0.37 0.59
Hex 7C BD 6E 22 0 2A 1A 6D 25 3B
Octal 174 275 156 42 0 52 32 155 45 73
Binary 1111100 10111101 1101110 100010 0 101010 11010 1101101 100101 111011

Color Harmonies of #7CBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD6E

Black with #7CBD6E

Text Example


Text Example

White with #7CBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,110); }

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

background-color css

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

 a { background-color: rgb(124,189,110); }

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

border-color css

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

 span { border-color: rgb(124,189,110); }

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