Html Css Color HEX #759140 Sushi

📋 copy color: '#759140'

red 117 ◦ green 145 ◦ blue 64

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

Shades of Sushi #759140

Tints of Sushi #759140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

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

R = 35.89%
G = 44.48%
B = 19.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#759140 (or 0x759140) is known color: Sushi. HEX triplet: 75, 91 and 40. RGB value is (117,145,64). Sum of RGB (Red+Green+Blue) = 117+145+64=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #759140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759140 is #8A6EBF. Grayscale: #7F7F7F. Windows color (decimal): -9072320 or 4231541. OLE color: 4231541.

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

Color convert

RGB 117 145 64 -
CMYK 0.19 0 0.56 0.43
HSL 80.74º 0.39% 0.41% -
HSV(B) 80.74º 0.56% 0.57% -
XYZ 18.39 24.4 8.59 -
YUV 127.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 117 145 64 0.19 0 0.56 0.43 80.74 0.39 0.41
Hex 75 91 40 13 0 38 2B 51 27 29
Octal 165 221 100 23 0 70 53 121 47 51
Binary 1110101 10010001 1000000 10011 0 111000 101011 1010001 100111 101001

Color Harmonies of #759140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759140

Black with #759140

Text Example


Text Example

White with #759140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759140; }

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

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

background-color css

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

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

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

border-color css

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

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

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