Html Css Color HEX #749045 Sushi

📋 copy color: '#749045'

red 116 ◦ green 144 ◦ blue 69

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

Shades of Sushi #749045

Tints of Sushi #749045

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

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

R = 35.26%
G = 43.77%
B = 20.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#749045 (or 0x749045) is known color: Sushi. HEX triplet: 74, 90 and 45. RGB value is (116,144,69). Sum of RGB (Red+Green+Blue) = 116+144+69=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #749045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749045 is #8B6FBA. Grayscale: #7F7F7F. Windows color (decimal): -9138107 or 4558964. OLE color: 4558964.

HSL color Cylindrical-coordinate representation of color #749045: hue angle of 82.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749045 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 69 -
CMYK 0.19 0 0.52 0.44
HSL 82.4º 0.35% 0.42% -
HSV(B) 82.4º 0.52% 0.56% -
XYZ 18.25 24.09 9.32 -
YUV 127.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 116 144 69 0.19 0 0.52 0.44 82.4 0.35 0.42
Hex 74 90 45 13 0 34 2C 52 23 2A
Octal 164 220 105 23 0 64 54 122 43 52
Binary 1110100 10010000 1000101 10011 0 110100 101100 1010010 100011 101010

Color Harmonies of #749045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749045

Black with #749045

Text Example


Text Example

White with #749045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749045; }

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

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

background-color css

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

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

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

border-color css

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

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

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