Html Css Color HEX #749C41 Sushi

📋 copy color: '#749C41'

red 116 ◦ green 156 ◦ blue 65

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

Shades of Sushi #749C41

Tints of Sushi #749C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.29%

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

R = 34.42%
G = 46.29%
B = 19.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#749C41 (or 0x749C41) is known color: Sushi. HEX triplet: 74, 9C and 41. RGB value is (116,156,65). Sum of RGB (Red+Green+Blue) = 116+156+65=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #749C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C41 is #8B63BE. Grayscale: #858585. Windows color (decimal): -9135039 or 4299892. OLE color: 4299892.

HSL color Cylindrical-coordinate representation of color #749C41: hue angle of 86.37º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #749C41 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 65 -
CMYK 0.26 0 0.58 0.39
HSL 86.37º 0.41% 0.43% -
HSV(B) 86.37º 0.58% 0.61% -
XYZ 20.05 27.87 9.32 -
YUV 133.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 116 156 65 0.26 0 0.58 0.39 86.37 0.41 0.43
Hex 74 9C 41 1A 0 3A 27 56 29 2B
Octal 164 234 101 32 0 72 47 126 51 53
Binary 1110100 10011100 1000001 11010 0 111010 100111 1010110 101001 101011

Color Harmonies of #749C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C41

Black with #749C41

Text Example


Text Example

White with #749C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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