Html Css Color HEX #749545 Sushi

📋 copy color: '#749545'

red 116 ◦ green 149 ◦ blue 69

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

Shades of Sushi #749545

Tints of Sushi #749545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 34.73%
G = 44.61%
B = 20.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#749545 (or 0x749545) is known color: Sushi. HEX triplet: 74, 95 and 45. RGB value is (116,149,69). Sum of RGB (Red+Green+Blue) = 116+149+69=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #749545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749545 is #8B6ABA. Grayscale: #828282. Windows color (decimal): -9136827 or 4560244. OLE color: 4560244.

HSL color Cylindrical-coordinate representation of color #749545: hue angle of 84.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749545 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 69 -
CMYK 0.22 0 0.54 0.42
HSL 84.75º 0.37% 0.43% -
HSV(B) 84.75º 0.54% 0.58% -
XYZ 19.02 25.64 9.58 -
YUV 130.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 116 149 69 0.22 0 0.54 0.42 84.75 0.37 0.43
Hex 74 95 45 16 0 36 2A 55 25 2B
Octal 164 225 105 26 0 66 52 125 45 53
Binary 1110100 10010101 1000101 10110 0 110110 101010 1010101 100101 101011

Color Harmonies of #749545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749545

Black with #749545

Text Example


Text Example

White with #749545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749545; }

 p { color: rgb(116,149,69); }

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

background-color css

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

 a { background-color: rgb(116,149,69); }

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

border-color css

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

 span { border-color: rgb(116,149,69); }

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