Html Css Color HEX #759231 Sushi

📋 copy color: '#759231'

red 117 ◦ green 146 ◦ blue 49

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

Shades of Sushi #759231

Tints of Sushi #759231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 37.5%
G = 46.79%
B = 15.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#759231 (or 0x759231) is known color: Sushi. HEX triplet: 75, 92 and 31. RGB value is (117,146,49). Sum of RGB (Red+Green+Blue) = 117+146+49=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #759231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759231 is #8A6DCE. Grayscale: #7E7E7E. Windows color (decimal): -9072079 or 3248757. OLE color: 3248757.

HSL color Cylindrical-coordinate representation of color #759231: hue angle of 77.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759231 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 49 -
CMYK 0.20 0 0.66 0.43
HSL 77.94º 0.5% 0.38% -
HSV(B) 77.94º 0.66% 0.57% -
XYZ 18.17 24.56 6.69 -
YUV 126.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 117 146 49 0.20 0 0.66 0.43 77.94 0.5 0.38
Hex 75 92 31 14 0 42 2B 4E 32 26
Octal 165 222 61 24 0 102 53 116 62 46
Binary 1110101 10010010 110001 10100 0 1000010 101011 1001110 110010 100110

Color Harmonies of #759231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759231

Black with #759231

Text Example


Text Example

White with #759231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759231; }

 p { color: rgb(117,146,49); }

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

background-color css

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

 a { background-color: rgb(117,146,49); }

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

border-color css

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

 span { border-color: rgb(117,146,49); }

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