Html Css Color HEX #74B75D Mantis

📋 copy color: '#74B75D'

red 116 ◦ green 183 ◦ blue 93

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

Shades of Mantis #74B75D

Tints of Mantis #74B75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 29.59%
G = 46.68%
B = 23.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#74B75D (or 0x74B75D) is known color: Mantis. HEX triplet: 74, B7 and 5D. RGB value is (116,183,93). Sum of RGB (Red+Green+Blue) = 116+183+93=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #74B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B75D is #8B48A2. Grayscale: #989898. Windows color (decimal): -9128099 or 6141812. OLE color: 6141812.

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

Color convert

RGB 116 183 93 -
CMYK 0.37 0 0.49 0.28
HSL 104.67º 0.38% 0.54% -
HSV(B) 104.67º 0.49% 0.72% -
XYZ 26.11 38.37 16.39 -
YUV 152.71 94.3 101.82 -
System Red Green Blue C M Y K H S L
Decimal 116 183 93 0.37 0 0.49 0.28 104.67 0.38 0.54
Hex 74 B7 5D 25 0 31 1C 69 26 36
Octal 164 267 135 45 0 61 34 151 46 66
Binary 1110100 10110111 1011101 100101 0 110001 11100 1101001 100110 110110

Color Harmonies of #74B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B75D

Black with #74B75D

Text Example


Text Example

White with #74B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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