Html Css Color HEX #759238 Sushi

📋 copy color: '#759238'

red 117 ◦ green 146 ◦ blue 56

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

Shades of Sushi #759238

Tints of Sushi #759238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 36.68%
G = 45.77%
B = 17.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#759238 (or 0x759238) is known color: Sushi. HEX triplet: 75, 92 and 38. RGB value is (117,146,56). Sum of RGB (Red+Green+Blue) = 117+146+56=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #759238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759238 is #8A6DC7. Grayscale: #7F7F7F. Windows color (decimal): -9072072 or 3707509. OLE color: 3707509.

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

Color convert

RGB 117 146 56 -
CMYK 0.20 0 0.62 0.43
HSL 79.33º 0.45% 0.4% -
HSV(B) 79.33º 0.62% 0.57% -
XYZ 18.33 24.63 7.53 -
YUV 127.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 117 146 56 0.20 0 0.62 0.43 79.33 0.45 0.4
Hex 75 92 38 14 0 3E 2B 4F 2D 28
Octal 165 222 70 24 0 76 53 117 55 50
Binary 1110101 10010010 111000 10100 0 111110 101011 1001111 101101 101000

Color Harmonies of #759238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759238

Black with #759238

Text Example


Text Example

White with #759238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759238; }

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

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

background-color css

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

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

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

border-color css

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

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

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