Html Css Color HEX #759033 Sushi

📋 copy color: '#759033'

red 117 ◦ green 144 ◦ blue 51

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

Shades of Sushi #759033

Tints of Sushi #759033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 37.5%
G = 46.15%
B = 16.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#759033 (or 0x759033) is known color: Sushi. HEX triplet: 75, 90 and 33. RGB value is (117,144,51). Sum of RGB (Red+Green+Blue) = 117+144+51=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #759033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759033 is #8A6FCC. Grayscale: #7D7D7D. Windows color (decimal): -9072589 or 3379317. OLE color: 3379317.

HSL color Cylindrical-coordinate representation of color #759033: hue angle of 77.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #759033 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 51 -
CMYK 0.19 0 0.65 0.44
HSL 77.42º 0.48% 0.38% -
HSV(B) 77.42º 0.65% 0.56% -
XYZ 17.91 23.97 6.81 -
YUV 125.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 117 144 51 0.19 0 0.65 0.44 77.42 0.48 0.38
Hex 75 90 33 13 0 41 2C 4D 30 26
Octal 165 220 63 23 0 101 54 115 60 46
Binary 1110101 10010000 110011 10011 0 1000001 101100 1001101 110000 100110

Color Harmonies of #759033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759033

Black with #759033

Text Example


Text Example

White with #759033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759033; }

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

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

background-color css

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

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

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

border-color css

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

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

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