Html Css Color HEX #749A3E Sushi

📋 copy color: '#749A3E'

red 116 ◦ green 154 ◦ blue 62

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

Shades of Sushi #749A3E

Tints of Sushi #749A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 34.94%
G = 46.39%
B = 18.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#749A3E (or 0x749A3E) is known color: Sushi. HEX triplet: 74, 9A and 3E. RGB value is (116,154,62). Sum of RGB (Red+Green+Blue) = 116+154+62=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #749A3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A3E is #8B65C1. Grayscale: #848484. Windows color (decimal): -9135554 or 4102772. OLE color: 4102772.

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

Color convert

RGB 116 154 62 -
CMYK 0.25 0 0.60 0.40
HSL 84.78º 0.43% 0.42% -
HSV(B) 84.78º 0.6% 0.6% -
XYZ 19.63 27.17 8.77 -
YUV 132.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 116 154 62 0.25 0 0.60 0.40 84.78 0.43 0.42
Hex 74 9A 3E 19 0 3C 28 55 2B 2A
Octal 164 232 76 31 0 74 50 125 53 52
Binary 1110100 10011010 111110 11001 0 111100 101000 1010101 101011 101010

Color Harmonies of #749A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A3E

Black with #749A3E

Text Example


Text Example

White with #749A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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