Html Css Color HEX #749A44 Sushi

📋 copy color: '#749A44'

red 116 ◦ green 154 ◦ blue 68

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

Shades of Sushi #749A44

Tints of Sushi #749A44

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 34.32%
G = 45.56%
B = 20.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#749A44 (or 0x749A44) is known color: Sushi. HEX triplet: 74, 9A and 44. RGB value is (116,154,68). Sum of RGB (Red+Green+Blue) = 116+154+68=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #749A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A44 is #8B65BB. Grayscale: #858585. Windows color (decimal): -9135548 or 4495988. OLE color: 4495988.

HSL color Cylindrical-coordinate representation of color #749A44: hue angle of 86.51º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #749A44 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 68 -
CMYK 0.25 0 0.56 0.40
HSL 86.51º 0.39% 0.44% -
HSV(B) 86.51º 0.56% 0.6% -
XYZ 19.8 27.24 9.68 -
YUV 132.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 116 154 68 0.25 0 0.56 0.40 86.51 0.39 0.44
Hex 74 9A 44 19 0 38 28 57 27 2C
Octal 164 232 104 31 0 70 50 127 47 54
Binary 1110100 10011010 1000100 11001 0 111000 101000 1010111 100111 101100

Color Harmonies of #749A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A44

Black with #749A44

Text Example


Text Example

White with #749A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,154,68); }

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

background-color css

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

 a { background-color: rgb(116,154,68); }

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

border-color css

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

 span { border-color: rgb(116,154,68); }

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