Html Css Color HEX #759340 Sushi

📋 copy color: '#759340'

red 117 ◦ green 147 ◦ blue 64

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

Shades of Sushi #759340

Tints of Sushi #759340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 35.67%
G = 44.82%
B = 19.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#759340 (or 0x759340) is known color: Sushi. HEX triplet: 75, 93 and 40. RGB value is (117,147,64). Sum of RGB (Red+Green+Blue) = 117+147+64=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #759340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759340 is #8A6CBF. Grayscale: #808080. Windows color (decimal): -9071808 or 4232053. OLE color: 4232053.

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

Color convert

RGB 117 147 64 -
CMYK 0.20 0 0.56 0.42
HSL 81.69º 0.39% 0.41% -
HSV(B) 81.69º 0.56% 0.58% -
XYZ 18.7 25.02 8.69 -
YUV 128.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 117 147 64 0.20 0 0.56 0.42 81.69 0.39 0.41
Hex 75 93 40 14 0 38 2A 52 27 29
Octal 165 223 100 24 0 70 52 122 47 51
Binary 1110101 10010011 1000000 10100 0 111000 101010 1010010 100111 101001

Color Harmonies of #759340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759340

Black with #759340

Text Example


Text Example

White with #759340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759340; }

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

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

background-color css

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

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

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

border-color css

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

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

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