Html Css Color HEX #759836 Sushi

📋 copy color: '#759836'

red 117 ◦ green 152 ◦ blue 54

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

Shades of Sushi #759836

Tints of Sushi #759836

RGB

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

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

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

R = 36.22%
G = 47.06%
B = 16.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#759836 (or 0x759836) is known color: Sushi. HEX triplet: 75, 98 and 36. RGB value is (117,152,54). Sum of RGB (Red+Green+Blue) = 117+152+54=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #759836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759836 is #8A67C9. Grayscale: #828282. Windows color (decimal): -9070538 or 3577973. OLE color: 3577973.

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

Color convert

RGB 117 152 54 -
CMYK 0.23 0 0.64 0.40
HSL 81.43º 0.48% 0.4% -
HSV(B) 81.43º 0.64% 0.6% -
XYZ 19.23 26.5 7.59 -
YUV 130.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 117 152 54 0.23 0 0.64 0.40 81.43 0.48 0.4
Hex 75 98 36 17 0 40 28 51 30 28
Octal 165 230 66 27 0 100 50 121 60 50
Binary 1110101 10011000 110110 10111 0 1000000 101000 1010001 110000 101000

Color Harmonies of #759836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759836

Black with #759836

Text Example


Text Example

White with #759836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759836; }

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

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

background-color css

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

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

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

border-color css

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

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

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