Html Css Color HEX #759829 Sushi

📋 copy color: '#759829'

red 117 ◦ green 152 ◦ blue 41

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

Shades of Sushi #759829

Tints of Sushi #759829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 37.74%
G = 49.03%
B = 13.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#759829 (or 0x759829) is known color: Sushi. HEX triplet: 75, 98 and 29. RGB value is (117,152,41). Sum of RGB (Red+Green+Blue) = 117+152+41=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #759829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759829 is #8A67D6. Grayscale: #818181. Windows color (decimal): -9070551 or 2726005. OLE color: 2726005.

HSL color Cylindrical-coordinate representation of color #759829: hue angle of 78.92º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #759829 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 41 -
CMYK 0.23 0 0.73 0.40
HSL 78.92º 0.58% 0.38% -
HSV(B) 78.92º 0.73% 0.6% -
XYZ 18.96 26.4 6.19 -
YUV 128.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 117 152 41 0.23 0 0.73 0.40 78.92 0.58 0.38
Hex 75 98 29 17 0 49 28 4F 3A 26
Octal 165 230 51 27 0 111 50 117 72 46
Binary 1110101 10011000 101001 10111 0 1001001 101000 1001111 111010 100110

Color Harmonies of #759829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759829

Black with #759829

Text Example


Text Example

White with #759829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759829; }

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

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

background-color css

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

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

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

border-color css

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

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

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