Html Css Color HEX #7CB469 Mantis

📋 copy color: '#7CB469'

red 124 ◦ green 180 ◦ blue 105

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

Shades of Mantis #7CB469

Tints of Mantis #7CB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 30.32%
G = 44.01%
B = 25.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#7CB469 (or 0x7CB469) is known color: Mantis. HEX triplet: 7C, B4 and 69. RGB value is (124,180,105). Sum of RGB (Red+Green+Blue) = 124+180+105=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB469 is #834B96. Grayscale: #9A9A9A. Windows color (decimal): -8604567 or 6927484. OLE color: 6927484.

HSL color Cylindrical-coordinate representation of color #7CB469: hue angle of 104.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CB469 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 105 -
CMYK 0.31 0 0.42 0.29
HSL 104.8º 0.33% 0.56% -
HSV(B) 104.8º 0.42% 0.71% -
XYZ 27.18 37.95 19.26 -
YUV 154.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 124 180 105 0.31 0 0.42 0.29 104.8 0.33 0.56
Hex 7C B4 69 1F 0 2A 1D 69 21 38
Octal 174 264 151 37 0 52 35 151 41 70
Binary 1111100 10110100 1101001 11111 0 101010 11101 1101001 100001 111000

Color Harmonies of #7CB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB469

Black with #7CB469

Text Example


Text Example

White with #7CB469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,105); }

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

background-color css

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

 a { background-color: rgb(124,180,105); }

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

border-color css

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

 span { border-color: rgb(124,180,105); }

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