Html Css Color HEX #749F37 Sushi

📋 copy color: '#749F37'

red 116 ◦ green 159 ◦ blue 55

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

Shades of Sushi #749F37

Tints of Sushi #749F37

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.18%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 35.15%
G = 48.18%
B = 16.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#749F37 (or 0x749F37) is known color: Sushi. HEX triplet: 74, 9F and 37. RGB value is (116,159,55). Sum of RGB (Red+Green+Blue) = 116+159+55=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #749F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F37 is #8B60C8. Grayscale: #868686. Windows color (decimal): -9134281 or 3645300. OLE color: 3645300.

HSL color Cylindrical-coordinate representation of color #749F37: hue angle of 84.81º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #749F37 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 55 -
CMYK 0.27 0 0.65 0.38
HSL 84.81º 0.49% 0.42% -
HSV(B) 84.81º 0.65% 0.62% -
XYZ 20.29 28.79 8.1 -
YUV 134.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 116 159 55 0.27 0 0.65 0.38 84.81 0.49 0.42
Hex 74 9F 37 1B 0 41 26 55 31 2A
Octal 164 237 67 33 0 101 46 125 61 52
Binary 1110100 10011111 110111 11011 0 1000001 100110 1010101 110001 101010

Color Harmonies of #749F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F37

Black with #749F37

Text Example


Text Example

White with #749F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,55); }

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

background-color css

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

 a { background-color: rgb(116,159,55); }

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

border-color css

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

 span { border-color: rgb(116,159,55); }

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