Html Css Color HEX #759F40 Sushi

📋 copy color: '#759F40'

red 117 ◦ green 159 ◦ blue 64

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

Shades of Sushi #759F40

Tints of Sushi #759F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

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

R = 34.41%
G = 46.76%
B = 18.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#759F40 (or 0x759F40) is known color: Sushi. HEX triplet: 75, 9F and 40. RGB value is (117,159,64). Sum of RGB (Red+Green+Blue) = 117+159+64=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #759F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F40 is #8A60BF. Grayscale: #878787. Windows color (decimal): -9068736 or 4235125. OLE color: 4235125.

HSL color Cylindrical-coordinate representation of color #759F40: hue angle of 86.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #759F40 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 64 -
CMYK 0.26 0 0.60 0.38
HSL 86.53º 0.43% 0.44% -
HSV(B) 86.53º 0.6% 0.62% -
XYZ 20.66 28.95 9.35 -
YUV 135.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 117 159 64 0.26 0 0.60 0.38 86.53 0.43 0.44
Hex 75 9F 40 1A 0 3C 26 57 2B 2C
Octal 165 237 100 32 0 74 46 127 53 54
Binary 1110101 10011111 1000000 11010 0 111100 100110 1010111 101011 101100

Color Harmonies of #759F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F40

Black with #759F40

Text Example


Text Example

White with #759F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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