Html Css Color HEX #759336 Sushi

📋 copy color: '#759336'

red 117 ◦ green 147 ◦ blue 54

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

Shades of Sushi #759336

Tints of Sushi #759336

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 36.79%
G = 46.23%
B = 16.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#759336 (or 0x759336) is known color: Sushi. HEX triplet: 75, 93 and 36. RGB value is (117,147,54). Sum of RGB (Red+Green+Blue) = 117+147+54=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #759336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759336 is #8A6CC9. Grayscale: #7F7F7F. Windows color (decimal): -9071818 or 3576693. OLE color: 3576693.

HSL color Cylindrical-coordinate representation of color #759336: hue angle of 79.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759336 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 54 -
CMYK 0.20 0 0.63 0.42
HSL 79.35º 0.46% 0.39% -
HSV(B) 79.35º 0.63% 0.58% -
XYZ 18.44 24.92 7.33 -
YUV 127.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 117 147 54 0.20 0 0.63 0.42 79.35 0.46 0.39
Hex 75 93 36 14 0 3F 2A 4F 2E 27
Octal 165 223 66 24 0 77 52 117 56 47
Binary 1110101 10010011 110110 10100 0 111111 101010 1001111 101110 100111

Color Harmonies of #759336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759336

Black with #759336

Text Example


Text Example

White with #759336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759336; }

 p { color: rgb(117,147,54); }

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

background-color css

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

 a { background-color: rgb(117,147,54); }

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

border-color css

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

 span { border-color: rgb(117,147,54); }

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