Html Css Color HEX #759B34 Sushi

📋 copy color: '#759B34'

red 117 ◦ green 155 ◦ blue 52

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

Shades of Sushi #759B34

Tints of Sushi #759B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 36.11%
G = 47.84%
B = 16.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#759B34 (or 0x759B34) is known color: Sushi. HEX triplet: 75, 9B and 34. RGB value is (117,155,52). Sum of RGB (Red+Green+Blue) = 117+155+52=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #759B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B34 is #8A64CB. Grayscale: #848484. Windows color (decimal): -9069772 or 3447669. OLE color: 3447669.

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

Color convert

RGB 117 155 52 -
CMYK 0.25 0 0.66 0.39
HSL 82.14º 0.5% 0.41% -
HSV(B) 82.14º 0.66% 0.61% -
XYZ 19.68 27.47 7.51 -
YUV 131.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 117 155 52 0.25 0 0.66 0.39 82.14 0.5 0.41
Hex 75 9B 34 19 0 42 27 52 32 29
Octal 165 233 64 31 0 102 47 122 62 51
Binary 1110101 10011011 110100 11001 0 1000010 100111 1010010 110010 101001

Color Harmonies of #759B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B34

Black with #759B34

Text Example


Text Example

White with #759B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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