Html Css Color HEX #76B369 Mantis

📋 copy color: '#76B369'

red 118 ◦ green 179 ◦ blue 105

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

Shades of Mantis #76B369

Tints of Mantis #76B369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

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

R = 29.35%
G = 44.53%
B = 26.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#76B369 (or 0x76B369) is known color: Mantis. HEX triplet: 76, B3 and 69. RGB value is (118,179,105). Sum of RGB (Red+Green+Blue) = 118+179+105=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #76B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B369 is #894C96. Grayscale: #989898. Windows color (decimal): -8998039 or 6927222. OLE color: 6927222.

HSL color Cylindrical-coordinate representation of color #76B369: hue angle of 109.46º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76B369 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 105 -
CMYK 0.34 0 0.41 0.30
HSL 109.46º 0.33% 0.56% -
HSV(B) 109.46º 0.41% 0.7% -
XYZ 26.14 37.11 19.15 -
YUV 152.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 118 179 105 0.34 0 0.41 0.30 109.46 0.33 0.56
Hex 76 B3 69 22 0 29 1E 6D 21 38
Octal 166 263 151 42 0 51 36 155 41 70
Binary 1110110 10110011 1101001 100010 0 101001 11110 1101101 100001 111000

Color Harmonies of #76B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B369

Black with #76B369

Text Example


Text Example

White with #76B369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,105); }

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

background-color css

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

 a { background-color: rgb(118,179,105); }

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

border-color css

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

 span { border-color: rgb(118,179,105); }

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