Html Css Color HEX #729942 Sushi

📋 copy color: '#729942'

red 114 ◦ green 153 ◦ blue 66

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

Shades of Sushi #729942

Tints of Sushi #729942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 34.23%
G = 45.95%
B = 19.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#729942 (or 0x729942) is known color: Sushi. HEX triplet: 72, 99 and 42. RGB value is (114,153,66). Sum of RGB (Red+Green+Blue) = 114+153+66=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #729942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729942 is #8D66BD. Grayscale: #838383. Windows color (decimal): -9266878 or 4364658. OLE color: 4364658.

HSL color Cylindrical-coordinate representation of color #729942: hue angle of 86.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #729942 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 66 -
CMYK 0.25 0 0.57 0.4
HSL 86.9º 0.4% 0.43% -
HSV(B) 86.9º 0.57% 0.6% -
XYZ 19.31 26.75 9.3 -
YUV 131.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 114 153 66 0.25 0 0.57 0.4 86.9 0.4 0.43
Hex 72 99 42 19 0 39 28 57 28 2B
Octal 162 231 102 31 0 71 50 127 50 53
Binary 1110010 10011001 1000010 11001 0 111001 101000 1010111 101000 101011

Color Harmonies of #729942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729942

Black with #729942

Text Example


Text Example

White with #729942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729942; }

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

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

background-color css

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

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

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

border-color css

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

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

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