Html Css Color HEX #76B265 Mantis

📋 copy color: '#76B265'

red 118 ◦ green 178 ◦ blue 101

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

Shades of Mantis #76B265

Tints of Mantis #76B265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 29.72%
G = 44.84%
B = 25.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#76B265 (or 0x76B265) is known color: Mantis. HEX triplet: 76, B2 and 65. RGB value is (118,178,101). Sum of RGB (Red+Green+Blue) = 118+178+101=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #76B265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B265 is #894D9A. Grayscale: #979797. Windows color (decimal): -8998299 or 6664822. OLE color: 6664822.

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

Color convert

RGB 118 178 101 -
CMYK 0.34 0 0.43 0.30
HSL 106.75º 0.33% 0.55% -
HSV(B) 106.75º 0.43% 0.7% -
XYZ 25.74 36.63 18.03 -
YUV 151.28 99.62 104.26 -
System Red Green Blue C M Y K H S L
Decimal 118 178 101 0.34 0 0.43 0.30 106.75 0.33 0.55
Hex 76 B2 65 22 0 2B 1E 6B 21 37
Octal 166 262 145 42 0 53 36 153 41 67
Binary 1110110 10110010 1100101 100010 0 101011 11110 1101011 100001 110111

Color Harmonies of #76B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B265

Black with #76B265

Text Example


Text Example

White with #76B265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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