Html Css Color HEX #74B469 Mantis

📋 copy color: '#74B469'

red 116 ◦ green 180 ◦ blue 105

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

Shades of Mantis #74B469

Tints of Mantis #74B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 28.93%
G = 44.89%
B = 26.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#74B469 (or 0x74B469) is known color: Mantis. HEX triplet: 74, B4 and 69. RGB value is (116,180,105). Sum of RGB (Red+Green+Blue) = 116+180+105=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #74B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B469 is #8B4B96. Grayscale: #989898. Windows color (decimal): -9128855 or 6927476. OLE color: 6927476.

HSL color Cylindrical-coordinate representation of color #74B469: hue angle of 111.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74B469 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 105 -
CMYK 0.36 0 0.42 0.29
HSL 111.2º 0.33% 0.56% -
HSV(B) 111.2º 0.42% 0.71% -
XYZ 26.07 37.38 19.2 -
YUV 152.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 116 180 105 0.36 0 0.42 0.29 111.2 0.33 0.56
Hex 74 B4 69 24 0 2A 1D 6F 21 38
Octal 164 264 151 44 0 52 35 157 41 70
Binary 1110100 10110100 1101001 100100 0 101010 11101 1101111 100001 111000

Color Harmonies of #74B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B469

Black with #74B469

Text Example


Text Example

White with #74B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,105); }

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

background-color css

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

 a { background-color: rgb(116,180,105); }

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

border-color css

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

 span { border-color: rgb(116,180,105); }

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