Html Css Color HEX #76B468 Mantis

📋 copy color: '#76B468'

red 118 ◦ green 180 ◦ blue 104

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

Shades of Mantis #76B468

Tints of Mantis #76B468

RGB

 RED value IS 118 (46.48% from 255) = 29.35%

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

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 29.35%
G = 44.78%
B = 25.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#76B468 (or 0x76B468) is known color: Mantis. HEX triplet: 76, B4 and 68. RGB value is (118,180,104). Sum of RGB (Red+Green+Blue) = 118+180+104=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #76B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B468 is #894B97. Grayscale: #999999. Windows color (decimal): -8997784 or 6861942. OLE color: 6861942.

HSL color Cylindrical-coordinate representation of color #76B468: hue angle of 108.95º degrees, saturation: 0.34, 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 #76B468 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 104 -
CMYK 0.34 0 0.42 0.29
HSL 108.95º 0.34% 0.56% -
HSV(B) 108.95º 0.42% 0.71% -
XYZ 26.29 37.49 18.95 -
YUV 152.8 100.46 103.18 -
System Red Green Blue C M Y K H S L
Decimal 118 180 104 0.34 0 0.42 0.29 108.95 0.34 0.56
Hex 76 B4 68 22 0 2A 1D 6D 22 38
Octal 166 264 150 42 0 52 35 155 42 70
Binary 1110110 10110100 1101000 100010 0 101010 11101 1101101 100010 111000

Color Harmonies of #76B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B468

Black with #76B468

Text Example


Text Example

White with #76B468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B468; }

 p { color: rgb(118,180,104); }

 H1.HeaderClassName
 {
   color: #76B468;
 }
 .AnyTagClassName
 {
   color: #76B468;
 }
</style>

background-color css

<style>
 a { background-color: #76B468; }

 a { background-color: rgb(118,180,104); }

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

border-color css

<style>
 span { border-color: #76B468; }

 span { border-color: rgb(118,180,104); }

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