Html Css Color HEX #729141 Sushi

📋 copy color: '#729141'

red 114 ◦ green 145 ◦ blue 65

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

Shades of Sushi #729141

Tints of Sushi #729141

RGB

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

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

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

R = 35.19%
G = 44.75%
B = 20.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#729141 (or 0x729141) is known color: Sushi. HEX triplet: 72, 91 and 41. RGB value is (114,145,65). Sum of RGB (Red+Green+Blue) = 114+145+65=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #729141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729141 is #8D6EBE. Grayscale: #7E7E7E. Windows color (decimal): -9268927 or 4297074. OLE color: 4297074.

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

Color convert

RGB 114 145 65 -
CMYK 0.21 0 0.55 0.43
HSL 83.25º 0.38% 0.41% -
HSV(B) 83.25º 0.55% 0.57% -
XYZ 18.02 24.21 8.72 -
YUV 126.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 114 145 65 0.21 0 0.55 0.43 83.25 0.38 0.41
Hex 72 91 41 15 0 37 2B 53 26 29
Octal 162 221 101 25 0 67 53 123 46 51
Binary 1110010 10010001 1000001 10101 0 110111 101011 1010011 100110 101001

Color Harmonies of #729141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729141

Black with #729141

Text Example


Text Example

White with #729141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729141; }

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

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

background-color css

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

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

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

border-color css

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

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

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