Html Css Color HEX #759640 Sushi

📋 copy color: '#759640'

red 117 ◦ green 150 ◦ blue 64

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

Shades of Sushi #759640

Tints of Sushi #759640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 35.35%
G = 45.32%
B = 19.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#759640 (or 0x759640) is known color: Sushi. HEX triplet: 75, 96 and 40. RGB value is (117,150,64). Sum of RGB (Red+Green+Blue) = 117+150+64=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #759640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759640 is #8A69BF. Grayscale: #828282. Windows color (decimal): -9071040 or 4232821. OLE color: 4232821.

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

Color convert

RGB 117 150 64 -
CMYK 0.22 0 0.57 0.41
HSL 83.02º 0.4% 0.42% -
HSV(B) 83.02º 0.57% 0.59% -
XYZ 19.17 25.96 8.85 -
YUV 130.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 117 150 64 0.22 0 0.57 0.41 83.02 0.4 0.42
Hex 75 96 40 16 0 39 29 53 28 2A
Octal 165 226 100 26 0 71 51 123 50 52
Binary 1110101 10010110 1000000 10110 0 111001 101001 1010011 101000 101010

Color Harmonies of #759640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759640

Black with #759640

Text Example


Text Example

White with #759640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759640; }

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

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

background-color css

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

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

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

border-color css

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

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

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