Html Css Color HEX #759138 Sushi

📋 copy color: '#759138'

red 117 ◦ green 145 ◦ blue 56

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

Shades of Sushi #759138

Tints of Sushi #759138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

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

R = 36.79%
G = 45.6%
B = 17.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#759138 (or 0x759138) is known color: Sushi. HEX triplet: 75, 91 and 38. RGB value is (117,145,56). Sum of RGB (Red+Green+Blue) = 117+145+56=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #759138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759138 is #8A6EC7. Grayscale: #7E7E7E. Windows color (decimal): -9072328 or 3707253. OLE color: 3707253.

HSL color Cylindrical-coordinate representation of color #759138: hue angle of 78.88º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #759138 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 56 -
CMYK 0.19 0 0.61 0.43
HSL 78.88º 0.44% 0.39% -
HSV(B) 78.88º 0.61% 0.57% -
XYZ 18.18 24.32 7.48 -
YUV 126.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 117 145 56 0.19 0 0.61 0.43 78.88 0.44 0.39
Hex 75 91 38 13 0 3D 2B 4F 2C 27
Octal 165 221 70 23 0 75 53 117 54 47
Binary 1110101 10010001 111000 10011 0 111101 101011 1001111 101100 100111

Color Harmonies of #759138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759138

Black with #759138

Text Example


Text Example

White with #759138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759138; }

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

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

background-color css

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

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

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

border-color css

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

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

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