Html Css Color HEX #759B40 Sushi

📋 copy color: '#759B40'

red 117 ◦ green 155 ◦ blue 64

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

Shades of Sushi #759B40

Tints of Sushi #759B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

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

R = 34.82%
G = 46.13%
B = 19.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#759B40 (or 0x759B40) is known color: Sushi. HEX triplet: 75, 9B and 40. RGB value is (117,155,64). Sum of RGB (Red+Green+Blue) = 117+155+64=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #759B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B40 is #8A64BF. Grayscale: #858585. Windows color (decimal): -9069760 or 4234101. OLE color: 4234101.

HSL color Cylindrical-coordinate representation of color #759B40: hue angle of 85.05º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #759B40 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 64 -
CMYK 0.25 0 0.59 0.39
HSL 85.05º 0.42% 0.43% -
HSV(B) 85.05º 0.59% 0.61% -
XYZ 19.98 27.59 9.12 -
YUV 133.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 117 155 64 0.25 0 0.59 0.39 85.05 0.42 0.43
Hex 75 9B 40 19 0 3B 27 55 2A 2B
Octal 165 233 100 31 0 73 47 125 52 53
Binary 1110101 10011011 1000000 11001 0 111011 100111 1010101 101010 101011

Color Harmonies of #759B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B40

Black with #759B40

Text Example


Text Example

White with #759B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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