Html Css Color HEX #729D42 Sushi

📋 copy color: '#729D42'

red 114 ◦ green 157 ◦ blue 66

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

Shades of Sushi #729D42

Tints of Sushi #729D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.59%

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

R = 33.83%
G = 46.59%
B = 19.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#729D42 (or 0x729D42) is known color: Sushi. HEX triplet: 72, 9D and 42. RGB value is (114,157,66). Sum of RGB (Red+Green+Blue) = 114+157+66=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #729D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729D42 is #8D62BD. Grayscale: #868686. Windows color (decimal): -9265854 or 4365682. OLE color: 4365682.

HSL color Cylindrical-coordinate representation of color #729D42: hue angle of 88.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #729D42 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 157 66 -
CMYK 0.27 0 0.58 0.38
HSL 88.35º 0.41% 0.44% -
HSV(B) 88.35º 0.58% 0.62% -
XYZ 19.98 28.08 9.52 -
YUV 133.77 89.75 113.9 -
System Red Green Blue C M Y K H S L
Decimal 114 157 66 0.27 0 0.58 0.38 88.35 0.41 0.44
Hex 72 9D 42 1B 0 3A 26 58 29 2C
Octal 162 235 102 33 0 72 46 130 51 54
Binary 1110010 10011101 1000010 11011 0 111010 100110 1011000 101001 101100

Color Harmonies of #729D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729D42

Black with #729D42

Text Example


Text Example

White with #729D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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