Html Css Color HEX #729932 Sushi

📋 copy color: '#729932'

red 114 ◦ green 153 ◦ blue 50

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

Shades of Sushi #729932

Tints of Sushi #729932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 35.96%
G = 48.26%
B = 15.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#729932 (or 0x729932) is known color: Sushi. HEX triplet: 72, 99 and 32. RGB value is (114,153,50). Sum of RGB (Red+Green+Blue) = 114+153+50=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #729932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729932 is #8D66CD. Grayscale: #818181. Windows color (decimal): -9266894 or 3316082. OLE color: 3316082.

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

Color convert

RGB 114 153 50 -
CMYK 0.25 0 0.67 0.4
HSL 82.72º 0.51% 0.4% -
HSV(B) 82.72º 0.67% 0.6% -
XYZ 18.91 26.59 7.15 -
YUV 129.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 114 153 50 0.25 0 0.67 0.4 82.72 0.51 0.4
Hex 72 99 32 19 0 43 28 53 33 28
Octal 162 231 62 31 0 103 50 123 63 50
Binary 1110010 10011001 110010 11001 0 1000011 101000 1010011 110011 101000

Color Harmonies of #729932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729932

Black with #729932

Text Example


Text Example

White with #729932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729932; }

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

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

background-color css

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

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

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

border-color css

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

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

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