Html Css Color HEX #76B267 Mantis

📋 copy color: '#76B267'

red 118 ◦ green 178 ◦ blue 103

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

Shades of Mantis #76B267

Tints of Mantis #76B267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 29.57%
G = 44.61%
B = 25.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#76B267 (or 0x76B267) is known color: Mantis. HEX triplet: 76, B2 and 67. RGB value is (118,178,103). Sum of RGB (Red+Green+Blue) = 118+178+103=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #76B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B267 is #894D98. Grayscale: #979797. Windows color (decimal): -8998297 or 6795894. OLE color: 6795894.

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

Color convert

RGB 118 178 103 -
CMYK 0.34 0 0.42 0.30
HSL 108º 0.33% 0.55% -
HSV(B) 108º 0.42% 0.7% -
XYZ 25.84 36.67 18.55 -
YUV 151.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 118 178 103 0.34 0 0.42 0.30 108 0.33 0.55
Hex 76 B2 67 22 0 2A 1E 6C 21 37
Octal 166 262 147 42 0 52 36 154 41 67
Binary 1110110 10110010 1100111 100010 0 101010 11110 1101100 100001 110111

Color Harmonies of #76B267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B267

Black with #76B267

Text Example


Text Example

White with #76B267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,103); }

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

background-color css

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

 a { background-color: rgb(118,178,103); }

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

border-color css

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

 span { border-color: rgb(118,178,103); }

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