Html Css Color HEX #74B137 Lima

📋 copy color: '#74B137'

red 116 ◦ green 177 ◦ blue 55

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

Shades of Lima #74B137

Tints of Lima #74B137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.86%

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 33.33%
G = 50.86%
B = 15.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#74B137 (or 0x74B137) is known color: Lima. HEX triplet: 74, B1 and 37. RGB value is (116,177,55). Sum of RGB (Red+Green+Blue) = 116+177+55=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #74B137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B137 is #8B4EC8. Grayscale: #919191. Windows color (decimal): -9129673 or 3649908. OLE color: 3649908.

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

Color convert

RGB 116 177 55 -
CMYK 0.34 0 0.69 0.31
HSL 90º 0.53% 0.45% -
HSV(B) 90º 0.69% 0.69% -
XYZ 23.61 35.43 9.21 -
YUV 144.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 116 177 55 0.34 0 0.69 0.31 90 0.53 0.45
Hex 74 B1 37 22 0 45 1F 5A 35 2D
Octal 164 261 67 42 0 105 37 132 65 55
Binary 1110100 10110001 110111 100010 0 1000101 11111 1011010 110101 101101

Color Harmonies of #74B137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B137

Black with #74B137

Text Example


Text Example

White with #74B137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,177,55); }

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

background-color css

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

 a { background-color: rgb(116,177,55); }

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

border-color css

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

 span { border-color: rgb(116,177,55); }

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