Html Css Color HEX #74B165 Mantis

📋 copy color: '#74B165'

red 116 ◦ green 177 ◦ blue 101

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

Shades of Mantis #74B165

Tints of Mantis #74B165

RGB

 RED value IS 116 (45.7% from 255) = 29.44%

 GREEN value IS 177 (69.53% from 255) = 44.92%

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

R = 29.44%
G = 44.92%
B = 25.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#74B165 (or 0x74B165) is known color: Mantis. HEX triplet: 74, B1 and 65. RGB value is (116,177,101). Sum of RGB (Red+Green+Blue) = 116+177+101=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #74B165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B165 is #8B4E9A. Grayscale: #969696. Windows color (decimal): -9129627 or 6664564. OLE color: 6664564.

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

Color convert

RGB 116 177 101 -
CMYK 0.34 0 0.43 0.31
HSL 108.16º 0.33% 0.55% -
HSV(B) 108.16º 0.43% 0.69% -
XYZ 25.27 36.1 17.95 -
YUV 150.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 116 177 101 0.34 0 0.43 0.31 108.16 0.33 0.55
Hex 74 B1 65 22 0 2B 1F 6C 21 37
Octal 164 261 145 42 0 53 37 154 41 67
Binary 1110100 10110001 1100101 100010 0 101011 11111 1101100 100001 110111

Color Harmonies of #74B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B165

Black with #74B165

Text Example


Text Example

White with #74B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B165; }

 p { color: rgb(116,177,101); }

 H1.HeaderClassName
 {
   color: #74B165;
 }
 .AnyTagClassName
 {
   color: #74B165;
 }
</style>

background-color css

<style>
 a { background-color: #74B165; }

 a { background-color: rgb(116,177,101); }

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

border-color css

<style>
 span { border-color: #74B165; }

 span { border-color: rgb(116,177,101); }

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