Html Css Color HEX #759C41 Sushi

📋 copy color: '#759C41'

red 117 ◦ green 156 ◦ blue 65

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

Shades of Sushi #759C41

Tints of Sushi #759C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 34.62%
G = 46.15%
B = 19.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#759C41 (or 0x759C41) is known color: Sushi. HEX triplet: 75, 9C and 41. RGB value is (117,156,65). Sum of RGB (Red+Green+Blue) = 117+156+65=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #759C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C41 is #8A63BE. Grayscale: #868686. Windows color (decimal): -9069503 or 4299893. OLE color: 4299893.

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

Color convert

RGB 117 156 65 -
CMYK 0.25 0 0.58 0.39
HSL 85.71º 0.41% 0.43% -
HSV(B) 85.71º 0.58% 0.61% -
XYZ 20.18 27.94 9.33 -
YUV 133.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 117 156 65 0.25 0 0.58 0.39 85.71 0.41 0.43
Hex 75 9C 41 19 0 3A 27 56 29 2B
Octal 165 234 101 31 0 72 47 126 51 53
Binary 1110101 10011100 1000001 11001 0 111010 100111 1010110 101001 101011

Color Harmonies of #759C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C41

Black with #759C41

Text Example


Text Example

White with #759C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,65); }

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

background-color css

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

 a { background-color: rgb(117,156,65); }

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

border-color css

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

 span { border-color: rgb(117,156,65); }

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