Html Css Color HEX #74BB68 Mantis

📋 copy color: '#74BB68'

red 116 ◦ green 187 ◦ blue 104

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

Shades of Mantis #74BB68

Tints of Mantis #74BB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 28.5%
G = 45.95%
B = 25.55%

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

#74BB68 (or 0x74BB68) is known color: Mantis. HEX triplet: 74, BB and 68. RGB value is (116,187,104). Sum of RGB (Red+Green+Blue) = 116+187+104=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB68 is #8B4497. Grayscale: #9C9C9C. Windows color (decimal): -9127064 or 6863732. OLE color: 6863732.

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

Color convert

RGB 116 187 104 -
CMYK 0.38 0 0.44 0.27
HSL 111.33º 0.38% 0.57% -
HSV(B) 111.33º 0.44% 0.73% -
XYZ 27.47 40.25 19.42 -
YUV 156.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 116 187 104 0.38 0 0.44 0.27 111.33 0.38 0.57
Hex 74 BB 68 26 0 2C 1B 6F 26 39
Octal 164 273 150 46 0 54 33 157 46 71
Binary 1110100 10111011 1101000 100110 0 101100 11011 1101111 100110 111001

Color Harmonies of #74BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB68

Black with #74BB68

Text Example


Text Example

White with #74BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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