Html Css Color HEX #729442 Sushi

📋 copy color: '#729442'

red 114 ◦ green 148 ◦ blue 66

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

Shades of Sushi #729442

Tints of Sushi #729442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 34.76%
G = 45.12%
B = 20.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#729442 (or 0x729442) is known color: Sushi. HEX triplet: 72, 94 and 42. RGB value is (114,148,66). Sum of RGB (Red+Green+Blue) = 114+148+66=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #729442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729442 is #8D6BBD. Grayscale: #808080. Windows color (decimal): -9268158 or 4363378. OLE color: 4363378.

HSL color Cylindrical-coordinate representation of color #729442: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729442 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 66 -
CMYK 0.23 0 0.55 0.42
HSL 84.88º 0.38% 0.42% -
HSV(B) 84.88º 0.55% 0.58% -
XYZ 18.51 25.15 9.03 -
YUV 128.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 114 148 66 0.23 0 0.55 0.42 84.88 0.38 0.42
Hex 72 94 42 17 0 37 2A 55 26 2A
Octal 162 224 102 27 0 67 52 125 46 52
Binary 1110010 10010100 1000010 10111 0 110111 101010 1010101 100110 101010

Color Harmonies of #729442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729442

Black with #729442

Text Example


Text Example

White with #729442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729442; }

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

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

background-color css

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

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

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

border-color css

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

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

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