Html Css Color HEX #749E41 Sushi

📋 copy color: '#749E41'

red 116 ◦ green 158 ◦ blue 65

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

Shades of Sushi #749E41

Tints of Sushi #749E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.61%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 34.22%
G = 46.61%
B = 19.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#749E41 (or 0x749E41) is known color: Sushi. HEX triplet: 74, 9E and 41. RGB value is (116,158,65). Sum of RGB (Red+Green+Blue) = 116+158+65=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #749E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E41 is #8B61BE. Grayscale: #878787. Windows color (decimal): -9134527 or 4300404. OLE color: 4300404.

HSL color Cylindrical-coordinate representation of color #749E41: hue angle of 87.1º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #749E41 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 158 65 -
CMYK 0.27 0 0.59 0.38
HSL 87.1º 0.42% 0.44% -
HSV(B) 87.1º 0.59% 0.62% -
XYZ 20.38 28.55 9.44 -
YUV 134.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 116 158 65 0.27 0 0.59 0.38 87.1 0.42 0.44
Hex 74 9E 41 1B 0 3B 26 57 2A 2C
Octal 164 236 101 33 0 73 46 127 52 54
Binary 1110100 10011110 1000001 11011 0 111011 100110 1010111 101010 101100

Color Harmonies of #749E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E41

Black with #749E41

Text Example


Text Example

White with #749E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749E41; }

 p { color: rgb(116,158,65); }

 H1.HeaderClassName
 {
   color: #749E41;
 }
 .AnyTagClassName
 {
   color: #749E41;
 }
</style>

background-color css

<style>
 a { background-color: #749E41; }

 a { background-color: rgb(116,158,65); }

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

border-color css

<style>
 span { border-color: #749E41; }

 span { border-color: rgb(116,158,65); }

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