Html Css Color HEX #748F40 Sushi

📋 copy color: '#748F40'

red 116 ◦ green 143 ◦ blue 64

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

Shades of Sushi #748F40

Tints of Sushi #748F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.27%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 35.91%
G = 44.27%
B = 19.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#748F40 (or 0x748F40) is known color: Sushi. HEX triplet: 74, 8F and 40. RGB value is (116,143,64). Sum of RGB (Red+Green+Blue) = 116+143+64=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #748F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F40 is #8B70BF. Grayscale: #7E7E7E. Windows color (decimal): -9138368 or 4231028. OLE color: 4231028.

HSL color Cylindrical-coordinate representation of color #748F40: hue angle of 80.51º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748F40 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 64 -
CMYK 0.19 0 0.55 0.44
HSL 80.51º 0.38% 0.41% -
HSV(B) 80.51º 0.55% 0.56% -
XYZ 17.95 23.73 8.48 -
YUV 125.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 116 143 64 0.19 0 0.55 0.44 80.51 0.38 0.41
Hex 74 8F 40 13 0 37 2C 51 26 29
Octal 164 217 100 23 0 67 54 121 46 51
Binary 1110100 10001111 1000000 10011 0 110111 101100 1010001 100110 101001

Color Harmonies of #748F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F40

Black with #748F40

Text Example


Text Example

White with #748F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748F40; }

 p { color: rgb(116,143,64); }

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

background-color css

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

 a { background-color: rgb(116,143,64); }

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

border-color css

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

 span { border-color: rgb(116,143,64); }

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