Html Css Color HEX #749640 Sushi

📋 copy color: '#749640'

red 116 ◦ green 150 ◦ blue 64

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

Shades of Sushi #749640

Tints of Sushi #749640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 35.15%
G = 45.45%
B = 19.39%

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

#749640 (or 0x749640) is known color: Sushi. HEX triplet: 74, 96 and 40. RGB value is (116,150,64). Sum of RGB (Red+Green+Blue) = 116+150+64=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #749640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749640 is #8B69BF. Grayscale: #828282. Windows color (decimal): -9136576 or 4232820. OLE color: 4232820.

HSL color Cylindrical-coordinate representation of color #749640: hue angle of 83.72º 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 #749640 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 64 -
CMYK 0.23 0 0.57 0.41
HSL 83.72º 0.4% 0.42% -
HSV(B) 83.72º 0.57% 0.59% -
XYZ 19.03 25.9 8.85 -
YUV 130.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 116 150 64 0.23 0 0.57 0.41 83.72 0.4 0.42
Hex 74 96 40 17 0 39 29 54 28 2A
Octal 164 226 100 27 0 71 51 124 50 52
Binary 1110100 10010110 1000000 10111 0 111001 101001 1010100 101000 101010

Color Harmonies of #749640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749640

Black with #749640

Text Example


Text Example

White with #749640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749640; }

 p { color: rgb(116,150,64); }

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

background-color css

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

 a { background-color: rgb(116,150,64); }

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

border-color css

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

 span { border-color: rgb(116,150,64); }

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