Html Css Color HEX #749728 Sushi

📋 copy color: '#749728'

red 116 ◦ green 151 ◦ blue 40

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

Shades of Sushi #749728

Tints of Sushi #749728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.19%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 37.79%
G = 49.19%
B = 13.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#749728 (or 0x749728) is known color: Sushi. HEX triplet: 74, 97 and 28. RGB value is (116,151,40). Sum of RGB (Red+Green+Blue) = 116+151+40=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #749728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749728 is #8B68D7. Grayscale: #808080. Windows color (decimal): -9136344 or 2660212. OLE color: 2660212.

HSL color Cylindrical-coordinate representation of color #749728: hue angle of 78.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749728 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 40 -
CMYK 0.23 0 0.74 0.41
HSL 78.92º 0.58% 0.37% -
HSV(B) 78.92º 0.74% 0.59% -
XYZ 18.65 26 6.04 -
YUV 127.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 116 151 40 0.23 0 0.74 0.41 78.92 0.58 0.37
Hex 74 97 28 17 0 4A 29 4F 3A 25
Octal 164 227 50 27 0 112 51 117 72 45
Binary 1110100 10010111 101000 10111 0 1001010 101001 1001111 111010 100101

Color Harmonies of #749728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749728

Black with #749728

Text Example


Text Example

White with #749728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749728; }

 p { color: rgb(116,151,40); }

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

background-color css

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

 a { background-color: rgb(116,151,40); }

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

border-color css

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

 span { border-color: rgb(116,151,40); }

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