Html Css Color HEX #759B29 Sushi

📋 copy color: '#759B29'

red 117 ◦ green 155 ◦ blue 41

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

Shades of Sushi #759B29

Tints of Sushi #759B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 37.38%
G = 49.52%
B = 13.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#759B29 (or 0x759B29) is known color: Sushi. HEX triplet: 75, 9B and 29. RGB value is (117,155,41). Sum of RGB (Red+Green+Blue) = 117+155+41=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #759B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B29 is #8A64D6. Grayscale: #838383. Windows color (decimal): -9069783 or 2726773. OLE color: 2726773.

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

Color convert

RGB 117 155 41 -
CMYK 0.25 0 0.74 0.39
HSL 80º 0.58% 0.38% -
HSV(B) 80º 0.74% 0.61% -
XYZ 19.46 27.38 6.36 -
YUV 130.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 117 155 41 0.25 0 0.74 0.39 80 0.58 0.38
Hex 75 9B 29 19 0 4A 27 50 3A 26
Octal 165 233 51 31 0 112 47 120 72 46
Binary 1110101 10011011 101001 11001 0 1001010 100111 1010000 111010 100110

Color Harmonies of #759B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B29

Black with #759B29

Text Example


Text Example

White with #759B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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