Html Css Color HEX #729042 Sushi

📋 copy color: '#729042'

red 114 ◦ green 144 ◦ blue 66

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

Shades of Sushi #729042

Tints of Sushi #729042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 35.19%
G = 44.44%
B = 20.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#729042 (or 0x729042) is known color: Sushi. HEX triplet: 72, 90 and 42. RGB value is (114,144,66). Sum of RGB (Red+Green+Blue) = 114+144+66=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #729042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729042 is #8D6FBD. Grayscale: #7E7E7E. Windows color (decimal): -9269182 or 4362354. OLE color: 4362354.

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

Color convert

RGB 114 144 66 -
CMYK 0.21 0 0.54 0.44
HSL 83.08º 0.37% 0.41% -
HSV(B) 83.08º 0.54% 0.56% -
XYZ 17.9 23.92 8.83 -
YUV 126.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 114 144 66 0.21 0 0.54 0.44 83.08 0.37 0.41
Hex 72 90 42 15 0 36 2C 53 25 29
Octal 162 220 102 25 0 66 54 123 45 51
Binary 1110010 10010000 1000010 10101 0 110110 101100 1010011 100101 101001

Color Harmonies of #729042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729042

Black with #729042

Text Example


Text Example

White with #729042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729042; }

 p { color: rgb(114,144,66); }

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

background-color css

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

 a { background-color: rgb(114,144,66); }

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

border-color css

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

 span { border-color: rgb(114,144,66); }

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