Html Css Color HEX #749B43 Sushi

📋 copy color: '#749B43'

red 116 ◦ green 155 ◦ blue 67

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

Shades of Sushi #749B43

Tints of Sushi #749B43

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 34.32%
G = 45.86%
B = 19.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#749B43 (or 0x749B43) is known color: Sushi. HEX triplet: 74, 9B and 43. RGB value is (116,155,67). Sum of RGB (Red+Green+Blue) = 116+155+67=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #749B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B43 is #8B64BC. Grayscale: #858585. Windows color (decimal): -9135293 or 4430708. OLE color: 4430708.

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

Color convert

RGB 116 155 67 -
CMYK 0.25 0 0.57 0.39
HSL 86.59º 0.4% 0.44% -
HSV(B) 86.59º 0.57% 0.61% -
XYZ 19.94 27.56 9.58 -
YUV 133.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 116 155 67 0.25 0 0.57 0.39 86.59 0.4 0.44
Hex 74 9B 43 19 0 39 27 57 28 2C
Octal 164 233 103 31 0 71 47 127 50 54
Binary 1110100 10011011 1000011 11001 0 111001 100111 1010111 101000 101100

Color Harmonies of #749B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B43

Black with #749B43

Text Example


Text Example

White with #749B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,67); }

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

background-color css

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

 a { background-color: rgb(116,155,67); }

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

border-color css

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

 span { border-color: rgb(116,155,67); }

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