Html Css Color HEX #729140 Sushi

📋 copy color: '#729140'

red 114 ◦ green 145 ◦ blue 64

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

Shades of Sushi #729140

Tints of Sushi #729140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

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

R = 35.29%
G = 44.89%
B = 19.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#729140 (or 0x729140) is known color: Sushi. HEX triplet: 72, 91 and 40. RGB value is (114,145,64). Sum of RGB (Red+Green+Blue) = 114+145+64=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #729140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729140 is #8D6EBF. Grayscale: #7E7E7E. Windows color (decimal): -9268928 or 4231538. OLE color: 4231538.

HSL color Cylindrical-coordinate representation of color #729140: hue angle of 82.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #729140 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 64 -
CMYK 0.21 0 0.56 0.43
HSL 82.96º 0.39% 0.41% -
HSV(B) 82.96º 0.56% 0.57% -
XYZ 17.99 24.2 8.57 -
YUV 126.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 114 145 64 0.21 0 0.56 0.43 82.96 0.39 0.41
Hex 72 91 40 15 0 38 2B 53 27 29
Octal 162 221 100 25 0 70 53 123 47 51
Binary 1110010 10010001 1000000 10101 0 111000 101011 1010011 100111 101001

Color Harmonies of #729140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729140

Black with #729140

Text Example


Text Example

White with #729140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729140; }

 p { color: rgb(114,145,64); }

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

background-color css

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

 a { background-color: rgb(114,145,64); }

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

border-color css

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

 span { border-color: rgb(114,145,64); }

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