Html Css Color HEX #749741 Sushi

📋 copy color: '#749741'

red 116 ◦ green 151 ◦ blue 65

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

Shades of Sushi #749741

Tints of Sushi #749741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 34.94%
G = 45.48%
B = 19.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#749741 (or 0x749741) is known color: Sushi. HEX triplet: 74, 97 and 41. RGB value is (116,151,65). Sum of RGB (Red+Green+Blue) = 116+151+65=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #749741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749741 is #8B68BE. Grayscale: #838383. Windows color (decimal): -9136319 or 4298612. OLE color: 4298612.

HSL color Cylindrical-coordinate representation of color #749741: hue angle of 84.42º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #749741 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 65 -
CMYK 0.23 0 0.57 0.41
HSL 84.42º 0.4% 0.42% -
HSV(B) 84.42º 0.57% 0.59% -
XYZ 19.22 26.23 9.05 -
YUV 130.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 116 151 65 0.23 0 0.57 0.41 84.42 0.4 0.42
Hex 74 97 41 17 0 39 29 54 28 2A
Octal 164 227 101 27 0 71 51 124 50 52
Binary 1110100 10010111 1000001 10111 0 111001 101001 1010100 101000 101010

Color Harmonies of #749741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749741

Black with #749741

Text Example


Text Example

White with #749741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749741; }

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

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

background-color css

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

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

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

border-color css

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

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

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