Html Css Color HEX #759831 Sushi

📋 copy color: '#759831'

red 117 ◦ green 152 ◦ blue 49

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

Shades of Sushi #759831

Tints of Sushi #759831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 36.79%
G = 47.8%
B = 15.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#759831 (or 0x759831) is known color: Sushi. HEX triplet: 75, 98 and 31. RGB value is (117,152,49). Sum of RGB (Red+Green+Blue) = 117+152+49=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #759831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759831 is #8A67CE. Grayscale: #828282. Windows color (decimal): -9070543 or 3250293. OLE color: 3250293.

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

Color convert

RGB 117 152 49 -
CMYK 0.23 0 0.68 0.40
HSL 80.39º 0.51% 0.39% -
HSV(B) 80.39º 0.68% 0.6% -
XYZ 19.12 26.46 7.01 -
YUV 129.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 117 152 49 0.23 0 0.68 0.40 80.39 0.51 0.39
Hex 75 98 31 17 0 44 28 50 33 27
Octal 165 230 61 27 0 104 50 120 63 47
Binary 1110101 10011000 110001 10111 0 1000100 101000 1010000 110011 100111

Color Harmonies of #759831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759831

Black with #759831

Text Example


Text Example

White with #759831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759831; }

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

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

background-color css

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

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

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

border-color css

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

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

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