Html Css Color HEX #759F31 Sushi

📋 copy color: '#759F31'

red 117 ◦ green 159 ◦ blue 49

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

Shades of Sushi #759F31

Tints of Sushi #759F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.92%

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

R = 36%
G = 48.92%
B = 15.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#759F31 (or 0x759F31) is known color: Sushi. HEX triplet: 75, 9F and 31. RGB value is (117,159,49). Sum of RGB (Red+Green+Blue) = 117+159+49=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #759F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F31 is #8A60CE. Grayscale: #868686. Windows color (decimal): -9068751 or 3252085. OLE color: 3252085.

HSL color Cylindrical-coordinate representation of color #759F31: hue angle of 82.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #759F31 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 49 -
CMYK 0.26 0 0.69 0.38
HSL 82.91º 0.53% 0.41% -
HSV(B) 82.91º 0.69% 0.62% -
XYZ 20.29 28.8 7.4 -
YUV 133.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 117 159 49 0.26 0 0.69 0.38 82.91 0.53 0.41
Hex 75 9F 31 1A 0 45 26 53 35 29
Octal 165 237 61 32 0 105 46 123 65 51
Binary 1110101 10011111 110001 11010 0 1000101 100110 1010011 110101 101001

Color Harmonies of #759F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F31

Black with #759F31

Text Example


Text Example

White with #759F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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