Html Css Color HEX #74B05C Mantis

📋 copy color: '#74B05C'

red 116 ◦ green 176 ◦ blue 92

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

Shades of Mantis #74B05C

Tints of Mantis #74B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 30.21%
G = 45.83%
B = 23.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#74B05C (or 0x74B05C) is known color: Mantis. HEX triplet: 74, B0 and 5C. RGB value is (116,176,92). Sum of RGB (Red+Green+Blue) = 116+176+92=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #74B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B05C is #8B4FA3. Grayscale: #949494. Windows color (decimal): -9129892 or 6074484. OLE color: 6074484.

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

Color convert

RGB 116 176 92 -
CMYK 0.34 0 0.48 0.31
HSL 102.86º 0.35% 0.53% -
HSV(B) 102.86º 0.48% 0.69% -
XYZ 24.66 35.54 15.68 -
YUV 148.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 116 176 92 0.34 0 0.48 0.31 102.86 0.35 0.53
Hex 74 B0 5C 22 0 30 1F 67 23 35
Octal 164 260 134 42 0 60 37 147 43 65
Binary 1110100 10110000 1011100 100010 0 110000 11111 1100111 100011 110101

Color Harmonies of #74B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B05C

Black with #74B05C

Text Example


Text Example

White with #74B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,92); }

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

background-color css

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

 a { background-color: rgb(116,176,92); }

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

border-color css

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

 span { border-color: rgb(116,176,92); }

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