Html Css Color HEX #749D2D Sushi

📋 copy color: '#749D2D'

red 116 ◦ green 157 ◦ blue 45

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

Shades of Sushi #749D2D

Tints of Sushi #749D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.37%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 36.48%
G = 49.37%
B = 14.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#749D2D (or 0x749D2D) is known color: Sushi. HEX triplet: 74, 9D and 2D. RGB value is (116,157,45). Sum of RGB (Red+Green+Blue) = 116+157+45=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #749D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D2D is #8B62D2. Grayscale: #848484. Windows color (decimal): -9134803 or 2989428. OLE color: 2989428.

HSL color Cylindrical-coordinate representation of color #749D2D: hue angle of 81.96º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #749D2D is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 45 -
CMYK 0.26 0 0.71 0.38
HSL 81.96º 0.55% 0.4% -
HSV(B) 81.96º 0.71% 0.62% -
XYZ 19.73 28.02 6.85 -
YUV 131.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 116 157 45 0.26 0 0.71 0.38 81.96 0.55 0.4
Hex 74 9D 2D 1A 0 47 26 52 37 28
Octal 164 235 55 32 0 107 46 122 67 50
Binary 1110100 10011101 101101 11010 0 1000111 100110 1010010 110111 101000

Color Harmonies of #749D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D2D

Black with #749D2D

Text Example


Text Example

White with #749D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,45); }

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

background-color css

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

 a { background-color: rgb(116,157,45); }

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

border-color css

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

 span { border-color: rgb(116,157,45); }

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