Html Css Color HEX #74B765 Mantis

📋 copy color: '#74B765'

red 116 ◦ green 183 ◦ blue 101

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

Shades of Mantis #74B765

Tints of Mantis #74B765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.75%

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

R = 29%
G = 45.75%
B = 25.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#74B765 (or 0x74B765) is known color: Mantis. HEX triplet: 74, B7 and 65. RGB value is (116,183,101). Sum of RGB (Red+Green+Blue) = 116+183+101=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #74B765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B765 is #8B489A. Grayscale: #999999. Windows color (decimal): -9128091 or 6666100. OLE color: 6666100.

HSL color Cylindrical-coordinate representation of color #74B765: hue angle of 109.02º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74B765 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 101 -
CMYK 0.37 0 0.45 0.28
HSL 109.02º 0.36% 0.56% -
HSV(B) 109.02º 0.45% 0.72% -
XYZ 26.48 38.52 18.35 -
YUV 153.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 116 183 101 0.37 0 0.45 0.28 109.02 0.36 0.56
Hex 74 B7 65 25 0 2D 1C 6D 24 38
Octal 164 267 145 45 0 55 34 155 44 70
Binary 1110100 10110111 1100101 100101 0 101101 11100 1101101 100100 111000

Color Harmonies of #74B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B765

Black with #74B765

Text Example


Text Example

White with #74B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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