Html Css Color HEX #759334 Sushi

📋 copy color: '#759334'

red 117 ◦ green 147 ◦ blue 52

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

Shades of Sushi #759334

Tints of Sushi #759334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 37.03%
G = 46.52%
B = 16.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#759334 (or 0x759334) is known color: Sushi. HEX triplet: 75, 93 and 34. RGB value is (117,147,52). Sum of RGB (Red+Green+Blue) = 117+147+52=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #759334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759334 is #8A6CCB. Grayscale: #7F7F7F. Windows color (decimal): -9071820 or 3445621. OLE color: 3445621.

HSL color Cylindrical-coordinate representation of color #759334: hue angle of 78.95º 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 #759334 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 52 -
CMYK 0.20 0 0.65 0.42
HSL 78.95º 0.48% 0.39% -
HSV(B) 78.95º 0.65% 0.58% -
XYZ 18.39 24.9 7.09 -
YUV 127.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 117 147 52 0.20 0 0.65 0.42 78.95 0.48 0.39
Hex 75 93 34 14 0 41 2A 4F 30 27
Octal 165 223 64 24 0 101 52 117 60 47
Binary 1110101 10010011 110100 10100 0 1000001 101010 1001111 110000 100111

Color Harmonies of #759334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759334

Black with #759334

Text Example


Text Example

White with #759334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759334; }

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

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

background-color css

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

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

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

border-color css

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

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

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