Html Css Color HEX #76C369 Mantis

📋 copy color: '#76C369'

red 118 ◦ green 195 ◦ blue 105

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

Shades of Mantis #76C369

Tints of Mantis #76C369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

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

R = 28.23%
G = 46.65%
B = 25.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#76C369 (or 0x76C369) is known color: Mantis. HEX triplet: 76, C3 and 69. RGB value is (118,195,105). Sum of RGB (Red+Green+Blue) = 118+195+105=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #76C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C369 is #893C96. Grayscale: #A2A2A2. Windows color (decimal): -8993943 or 6931318. OLE color: 6931318.

HSL color Cylindrical-coordinate representation of color #76C369: hue angle of 111.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C369 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 105 -
CMYK 0.39 0 0.46 0.24
HSL 111.33º 0.43% 0.59% -
HSV(B) 111.33º 0.46% 0.76% -
XYZ 29.54 43.9 20.28 -
YUV 161.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 118 195 105 0.39 0 0.46 0.24 111.33 0.43 0.59
Hex 76 C3 69 27 0 2E 18 6F 2B 3B
Octal 166 303 151 47 0 56 30 157 53 73
Binary 1110110 11000011 1101001 100111 0 101110 11000 1101111 101011 111011

Color Harmonies of #76C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C369

Black with #76C369

Text Example


Text Example

White with #76C369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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