Html Css Color HEX #749542 Sushi

📋 copy color: '#749542'

red 116 ◦ green 149 ◦ blue 66

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

Shades of Sushi #749542

Tints of Sushi #749542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 35.05%
G = 45.02%
B = 19.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#749542 (or 0x749542) is known color: Sushi. HEX triplet: 74, 95 and 42. RGB value is (116,149,66). Sum of RGB (Red+Green+Blue) = 116+149+66=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #749542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749542 is #8B6ABD. Grayscale: #818181. Windows color (decimal): -9136830 or 4363636. OLE color: 4363636.

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

Color convert

RGB 116 149 66 -
CMYK 0.22 0 0.56 0.42
HSL 83.86º 0.39% 0.42% -
HSV(B) 83.86º 0.56% 0.58% -
XYZ 18.93 25.6 9.1 -
YUV 129.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 116 149 66 0.22 0 0.56 0.42 83.86 0.39 0.42
Hex 74 95 42 16 0 38 2A 54 27 2A
Octal 164 225 102 26 0 70 52 124 47 52
Binary 1110100 10010101 1000010 10110 0 111000 101010 1010100 100111 101010

Color Harmonies of #749542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749542

Black with #749542

Text Example


Text Example

White with #749542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749542; }

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

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

background-color css

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

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

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

border-color css

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

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

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