Html Css Color HEX #759938 Sushi

📋 copy color: '#759938'

red 117 ◦ green 153 ◦ blue 56

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

Shades of Sushi #759938

Tints of Sushi #759938

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 35.89%
G = 46.93%
B = 17.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#759938 (or 0x759938) is known color: Sushi. HEX triplet: 75, 99 and 38. RGB value is (117,153,56). Sum of RGB (Red+Green+Blue) = 117+153+56=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #759938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759938 is #8A66C7. Grayscale: #838383. Windows color (decimal): -9070280 or 3709301. OLE color: 3709301.

HSL color Cylindrical-coordinate representation of color #759938: hue angle of 82.27º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759938 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 56 -
CMYK 0.24 0 0.63 0.4
HSL 82.27º 0.46% 0.41% -
HSV(B) 82.27º 0.63% 0.6% -
XYZ 19.44 26.85 7.9 -
YUV 131.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 117 153 56 0.24 0 0.63 0.4 82.27 0.46 0.41
Hex 75 99 38 18 0 3F 28 52 2E 29
Octal 165 231 70 30 0 77 50 122 56 51
Binary 1110101 10011001 111000 11000 0 111111 101000 1010010 101110 101001

Color Harmonies of #759938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759938

Black with #759938

Text Example


Text Example

White with #759938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759938; }

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

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

background-color css

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

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

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

border-color css

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

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

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