Html Css Color HEX #759333 Sushi

📋 copy color: '#759333'

red 117 ◦ green 147 ◦ blue 51

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

Shades of Sushi #759333

Tints of Sushi #759333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 37.14%
G = 46.67%
B = 16.19%

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

#759333 (or 0x759333) is known color: Sushi. HEX triplet: 75, 93 and 33. RGB value is (117,147,51). Sum of RGB (Red+Green+Blue) = 117+147+51=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #759333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759333 is #8A6CCC. Grayscale: #7F7F7F. Windows color (decimal): -9071821 or 3380085. OLE color: 3380085.

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

Color convert

RGB 117 147 51 -
CMYK 0.20 0 0.65 0.42
HSL 78.75º 0.48% 0.39% -
HSV(B) 78.75º 0.65% 0.58% -
XYZ 18.37 24.89 6.97 -
YUV 127.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 117 147 51 0.20 0 0.65 0.42 78.75 0.48 0.39
Hex 75 93 33 14 0 41 2A 4F 30 27
Octal 165 223 63 24 0 101 52 117 60 47
Binary 1110101 10010011 110011 10100 0 1000001 101010 1001111 110000 100111

Color Harmonies of #759333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759333

Black with #759333

Text Example


Text Example

White with #759333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759333; }

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

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

background-color css

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

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

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

border-color css

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

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

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