Html Css Color HEX #74BB69 Mantis

📋 copy color: '#74BB69'

red 116 ◦ green 187 ◦ blue 105

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

Shades of Mantis #74BB69

Tints of Mantis #74BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.83%

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

R = 28.43%
G = 45.83%
B = 25.74%

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

#74BB69 (or 0x74BB69) is known color: Mantis. HEX triplet: 74, BB and 69. RGB value is (116,187,105). Sum of RGB (Red+Green+Blue) = 116+187+105=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB69 is #8B4496. Grayscale: #9C9C9C. Windows color (decimal): -9127063 or 6929268. OLE color: 6929268.

HSL color Cylindrical-coordinate representation of color #74BB69: hue angle of 111.95º degrees, saturation: 0.38, 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 #74BB69 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 105 -
CMYK 0.38 0 0.44 0.27
HSL 111.95º 0.38% 0.57% -
HSV(B) 111.95º 0.44% 0.73% -
XYZ 27.52 40.27 19.69 -
YUV 156.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 116 187 105 0.38 0 0.44 0.27 111.95 0.38 0.57
Hex 74 BB 69 26 0 2C 1B 70 26 39
Octal 164 273 151 46 0 54 33 160 46 71
Binary 1110100 10111011 1101001 100110 0 101100 11011 1110000 100110 111001

Color Harmonies of #74BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB69

Black with #74BB69

Text Example


Text Example

White with #74BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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