Html Css Color HEX #759538 Sushi

📋 copy color: '#759538'

red 117 ◦ green 149 ◦ blue 56

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

Shades of Sushi #759538

Tints of Sushi #759538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 36.34%
G = 46.27%
B = 17.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#759538 (or 0x759538) is known color: Sushi. HEX triplet: 75, 95 and 38. RGB value is (117,149,56). Sum of RGB (Red+Green+Blue) = 117+149+56=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #759538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759538 is #8A6AC7. Grayscale: #818181. Windows color (decimal): -9071304 or 3708277. OLE color: 3708277.

HSL color Cylindrical-coordinate representation of color #759538: hue angle of 80.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #759538 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 56 -
CMYK 0.21 0 0.62 0.42
HSL 80.65º 0.45% 0.4% -
HSV(B) 80.65º 0.62% 0.58% -
XYZ 18.8 25.56 7.68 -
YUV 128.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 117 149 56 0.21 0 0.62 0.42 80.65 0.45 0.4
Hex 75 95 38 15 0 3E 2A 51 2D 28
Octal 165 225 70 25 0 76 52 121 55 50
Binary 1110101 10010101 111000 10101 0 111110 101010 1010001 101101 101000

Color Harmonies of #759538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759538

Black with #759538

Text Example


Text Example

White with #759538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759538; }

 p { color: rgb(117,149,56); }

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

background-color css

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

 a { background-color: rgb(117,149,56); }

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

border-color css

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

 span { border-color: rgb(117,149,56); }

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