Html Css Color HEX #759040 Sushi

📋 copy color: '#759040'

red 117 ◦ green 144 ◦ blue 64

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

Shades of Sushi #759040

Tints of Sushi #759040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 36%
G = 44.31%
B = 19.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#759040 (or 0x759040) is known color: Sushi. HEX triplet: 75, 90 and 40. RGB value is (117,144,64). Sum of RGB (Red+Green+Blue) = 117+144+64=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #759040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759040 is #8A6FBF. Grayscale: #7F7F7F. Windows color (decimal): -9072576 or 4231285. OLE color: 4231285.

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

Color convert

RGB 117 144 64 -
CMYK 0.19 0 0.56 0.44
HSL 80.25º 0.38% 0.41% -
HSV(B) 80.25º 0.56% 0.56% -
XYZ 18.23 24.1 8.54 -
YUV 126.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 117 144 64 0.19 0 0.56 0.44 80.25 0.38 0.41
Hex 75 90 40 13 0 38 2C 50 26 29
Octal 165 220 100 23 0 70 54 120 46 51
Binary 1110101 10010000 1000000 10011 0 111000 101100 1010000 100110 101001

Color Harmonies of #759040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759040

Black with #759040

Text Example


Text Example

White with #759040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759040; }

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

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

background-color css

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

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

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

border-color css

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

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

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