Html Css Color HEX #759332 Sushi

📋 copy color: '#759332'

red 117 ◦ green 147 ◦ blue 50

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

Shades of Sushi #759332

Tints of Sushi #759332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 37.26%
G = 46.82%
B = 15.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#759332 (or 0x759332) is known color: Sushi. HEX triplet: 75, 93 and 32. RGB value is (117,147,50). Sum of RGB (Red+Green+Blue) = 117+147+50=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #759332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759332 is #8A6CCD. Grayscale: #7F7F7F. Windows color (decimal): -9071822 or 3314549. OLE color: 3314549.

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

Color convert

RGB 117 147 50 -
CMYK 0.20 0 0.66 0.42
HSL 78.56º 0.49% 0.39% -
HSV(B) 78.56º 0.66% 0.58% -
XYZ 18.35 24.88 6.85 -
YUV 126.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 117 147 50 0.20 0 0.66 0.42 78.56 0.49 0.39
Hex 75 93 32 14 0 42 2A 4F 31 27
Octal 165 223 62 24 0 102 52 117 61 47
Binary 1110101 10010011 110010 10100 0 1000010 101010 1001111 110001 100111

Color Harmonies of #759332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759332

Black with #759332

Text Example


Text Example

White with #759332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759332; }

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

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

background-color css

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

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

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

border-color css

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

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

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