Html Css Color HEX #759536 Sushi

📋 copy color: '#759536'

red 117 ◦ green 149 ◦ blue 54

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

Shades of Sushi #759536

Tints of Sushi #759536

RGB

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

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

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

R = 36.56%
G = 46.56%
B = 16.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#759536 (or 0x759536) is known color: Sushi. HEX triplet: 75, 95 and 36. RGB value is (117,149,54). Sum of RGB (Red+Green+Blue) = 117+149+54=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #759536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759536 is #8A6AC9. Grayscale: #808080. Windows color (decimal): -9071306 or 3577205. OLE color: 3577205.

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

Color convert

RGB 117 149 54 -
CMYK 0.21 0 0.64 0.42
HSL 80.21º 0.47% 0.4% -
HSV(B) 80.21º 0.64% 0.58% -
XYZ 18.75 25.54 7.43 -
YUV 128.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 117 149 54 0.21 0 0.64 0.42 80.21 0.47 0.4
Hex 75 95 36 15 0 40 2A 50 2F 28
Octal 165 225 66 25 0 100 52 120 57 50
Binary 1110101 10010101 110110 10101 0 1000000 101010 1010000 101111 101000

Color Harmonies of #759536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759536

Black with #759536

Text Example


Text Example

White with #759536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759536; }

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

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

background-color css

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

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

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

border-color css

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

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

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