Html Css Color HEX #728F41 Sushi

📋 copy color: '#728F41'

red 114 ◦ green 143 ◦ blue 65

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

Shades of Sushi #728F41

Tints of Sushi #728F41

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 35.4%
G = 44.41%
B = 20.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#728F41 (or 0x728F41) is known color: Sushi. HEX triplet: 72, 8F and 41. RGB value is (114,143,65). Sum of RGB (Red+Green+Blue) = 114+143+65=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #728F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F41 is #8D70BE. Grayscale: #7D7D7D. Windows color (decimal): -9269439 or 4296562. OLE color: 4296562.

HSL color Cylindrical-coordinate representation of color #728F41: hue angle of 82.31º 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 #728F41 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 143 65 -
CMYK 0.20 0 0.55 0.44
HSL 82.31º 0.38% 0.41% -
HSV(B) 82.31º 0.55% 0.56% -
XYZ 17.72 23.6 8.62 -
YUV 125.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 114 143 65 0.20 0 0.55 0.44 82.31 0.38 0.41
Hex 72 8F 41 14 0 37 2C 52 26 29
Octal 162 217 101 24 0 67 54 122 46 51
Binary 1110010 10001111 1000001 10100 0 110111 101100 1010010 100110 101001

Color Harmonies of #728F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F41

Black with #728F41

Text Example


Text Example

White with #728F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728F41; }

 p { color: rgb(114,143,65); }

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

background-color css

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

 a { background-color: rgb(114,143,65); }

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

border-color css

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

 span { border-color: rgb(114,143,65); }

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