Html Css Color HEX #74BA69 Mantis

📋 copy color: '#74BA69'

red 116 ◦ green 186 ◦ blue 105

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

Shades of Mantis #74BA69

Tints of Mantis #74BA69

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

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

R = 28.5%
G = 45.7%
B = 25.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#74BA69 (or 0x74BA69) is known color: Mantis. HEX triplet: 74, BA and 69. RGB value is (116,186,105). Sum of RGB (Red+Green+Blue) = 116+186+105=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA69 is #8B4596. Grayscale: #9C9C9C. Windows color (decimal): -9127319 or 6929012. OLE color: 6929012.

HSL color Cylindrical-coordinate representation of color #74BA69: hue angle of 111.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74BA69 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 105 -
CMYK 0.38 0 0.44 0.27
HSL 111.85º 0.37% 0.57% -
HSV(B) 111.85º 0.44% 0.73% -
XYZ 27.31 39.85 19.62 -
YUV 155.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 116 186 105 0.38 0 0.44 0.27 111.85 0.37 0.57
Hex 74 BA 69 26 0 2C 1B 70 25 39
Octal 164 272 151 46 0 54 33 160 45 71
Binary 1110100 10111010 1101001 100110 0 101100 11011 1110000 100101 111001

Color Harmonies of #74BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA69

Black with #74BA69

Text Example


Text Example

White with #74BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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