Html Css Color HEX #759534 Sushi

📋 copy color: '#759534'

red 117 ◦ green 149 ◦ blue 52

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

Shades of Sushi #759534

Tints of Sushi #759534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

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

R = 36.79%
G = 46.86%
B = 16.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#759534 (or 0x759534) is known color: Sushi. HEX triplet: 75, 95 and 34. RGB value is (117,149,52). Sum of RGB (Red+Green+Blue) = 117+149+52=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #759534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759534 is #8A6ACB. Grayscale: #808080. Windows color (decimal): -9071308 or 3446133. OLE color: 3446133.

HSL color Cylindrical-coordinate representation of color #759534: hue angle of 79.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #759534 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 52 -
CMYK 0.21 0 0.65 0.42
HSL 79.79º 0.48% 0.39% -
HSV(B) 79.79º 0.65% 0.58% -
XYZ 18.7 25.52 7.19 -
YUV 128.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 117 149 52 0.21 0 0.65 0.42 79.79 0.48 0.39
Hex 75 95 34 15 0 41 2A 50 30 27
Octal 165 225 64 25 0 101 52 120 60 47
Binary 1110101 10010101 110100 10101 0 1000001 101010 1010000 110000 100111

Color Harmonies of #759534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759534

Black with #759534

Text Example


Text Example

White with #759534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759534; }

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

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

background-color css

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

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

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

border-color css

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

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

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