Html Css Color HEX #759740 Sushi

📋 copy color: '#759740'

red 117 ◦ green 151 ◦ blue 64

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

Shades of Sushi #759740

Tints of Sushi #759740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 35.24%
G = 45.48%
B = 19.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#759740 (or 0x759740) is known color: Sushi. HEX triplet: 75, 97 and 40. RGB value is (117,151,64). Sum of RGB (Red+Green+Blue) = 117+151+64=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #759740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759740 is #8A68BF. Grayscale: #838383. Windows color (decimal): -9070784 or 4233077. OLE color: 4233077.

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

Color convert

RGB 117 151 64 -
CMYK 0.23 0 0.58 0.41
HSL 83.45º 0.4% 0.42% -
HSV(B) 83.45º 0.58% 0.59% -
XYZ 19.33 26.29 8.91 -
YUV 130.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 117 151 64 0.23 0 0.58 0.41 83.45 0.4 0.42
Hex 75 97 40 17 0 3A 29 53 28 2A
Octal 165 227 100 27 0 72 51 123 50 52
Binary 1110101 10010111 1000000 10111 0 111010 101001 1010011 101000 101010

Color Harmonies of #759740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759740

Black with #759740

Text Example


Text Example

White with #759740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759740; }

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

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

background-color css

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

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

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

border-color css

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

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

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