Html Css Color HEX #729642 Sushi

📋 copy color: '#729642'

red 114 ◦ green 150 ◦ blue 66

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

Shades of Sushi #729642

Tints of Sushi #729642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

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

R = 34.55%
G = 45.45%
B = 20%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#729642 (or 0x729642) is known color: Sushi. HEX triplet: 72, 96 and 42. RGB value is (114,150,66). Sum of RGB (Red+Green+Blue) = 114+150+66=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #729642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729642 is #8D69BD. Grayscale: #818181. Windows color (decimal): -9267646 or 4363890. OLE color: 4363890.

HSL color Cylindrical-coordinate representation of color #729642: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #729642 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 66 -
CMYK 0.24 0 0.56 0.41
HSL 85.71º 0.39% 0.42% -
HSV(B) 85.71º 0.56% 0.59% -
XYZ 18.83 25.78 9.14 -
YUV 129.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 114 150 66 0.24 0 0.56 0.41 85.71 0.39 0.42
Hex 72 96 42 18 0 38 29 56 27 2A
Octal 162 226 102 30 0 70 51 126 47 52
Binary 1110010 10010110 1000010 11000 0 111000 101001 1010110 100111 101010

Color Harmonies of #729642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729642

Black with #729642

Text Example


Text Example

White with #729642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729642; }

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

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

background-color css

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

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

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

border-color css

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

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

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