Html Css Color HEX #759832 Sushi

📋 copy color: '#759832'

red 117 ◦ green 152 ◦ blue 50

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

Shades of Sushi #759832

Tints of Sushi #759832

RGB

 RED value IS 117 (46.09% from 255) = 36.68%

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 36.68%
G = 47.65%
B = 15.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#759832 (or 0x759832) is known color: Sushi. HEX triplet: 75, 98 and 32. RGB value is (117,152,50). Sum of RGB (Red+Green+Blue) = 117+152+50=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #759832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759832 is #8A67CD. Grayscale: #828282. Windows color (decimal): -9070542 or 3315829. OLE color: 3315829.

HSL color Cylindrical-coordinate representation of color #759832: hue angle of 80.59º degrees, saturation: 0.5, 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 #759832 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 50 -
CMYK 0.23 0 0.67 0.40
HSL 80.59º 0.5% 0.4% -
HSV(B) 80.59º 0.67% 0.6% -
XYZ 19.14 26.47 7.12 -
YUV 129.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 117 152 50 0.23 0 0.67 0.40 80.59 0.5 0.4
Hex 75 98 32 17 0 43 28 51 32 28
Octal 165 230 62 27 0 103 50 121 62 50
Binary 1110101 10011000 110010 10111 0 1000011 101000 1010001 110010 101000

Color Harmonies of #759832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759832

Black with #759832

Text Example


Text Example

White with #759832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759832; }

 p { color: rgb(117,152,50); }

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

background-color css

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

 a { background-color: rgb(117,152,50); }

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

border-color css

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

 span { border-color: rgb(117,152,50); }

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