Html Css Color HEX #748F3F Sushi

📋 copy color: '#748F3F'

red 116 ◦ green 143 ◦ blue 63

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

Shades of Sushi #748F3F

Tints of Sushi #748F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 36.02%
G = 44.41%
B = 19.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#748F3F (or 0x748F3F) is known color: Sushi. HEX triplet: 74, 8F and 3F. RGB value is (116,143,63). Sum of RGB (Red+Green+Blue) = 116+143+63=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #748F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F3F is #8B70C0. Grayscale: #7E7E7E. Windows color (decimal): -9138369 or 4165492. OLE color: 4165492.

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

Color convert

RGB 116 143 63 -
CMYK 0.19 0 0.56 0.44
HSL 80.25º 0.39% 0.4% -
HSV(B) 80.25º 0.56% 0.56% -
XYZ 17.92 23.72 8.34 -
YUV 125.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 116 143 63 0.19 0 0.56 0.44 80.25 0.39 0.4
Hex 74 8F 3F 13 0 38 2C 50 27 28
Octal 164 217 77 23 0 70 54 120 47 50
Binary 1110100 10001111 111111 10011 0 111000 101100 1010000 100111 101000

Color Harmonies of #748F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F3F

Black with #748F3F

Text Example


Text Example

White with #748F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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