Html Css Color HEX #759038 Sushi

📋 copy color: '#759038'

red 117 ◦ green 144 ◦ blue 56

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

Shades of Sushi #759038

Tints of Sushi #759038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

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

R = 36.91%
G = 45.43%
B = 17.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#759038 (or 0x759038) is known color: Sushi. HEX triplet: 75, 90 and 38. RGB value is (117,144,56). Sum of RGB (Red+Green+Blue) = 117+144+56=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #759038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759038 is #8A6FC7. Grayscale: #7E7E7E. Windows color (decimal): -9072584 or 3706997. OLE color: 3706997.

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

Color convert

RGB 117 144 56 -
CMYK 0.19 0 0.61 0.44
HSL 78.41º 0.44% 0.39% -
HSV(B) 78.41º 0.61% 0.56% -
XYZ 18.02 24.01 7.43 -
YUV 125.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 117 144 56 0.19 0 0.61 0.44 78.41 0.44 0.39
Hex 75 90 38 13 0 3D 2C 4E 2C 27
Octal 165 220 70 23 0 75 54 116 54 47
Binary 1110101 10010000 111000 10011 0 111101 101100 1001110 101100 100111

Color Harmonies of #759038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759038

Black with #759038

Text Example


Text Example

White with #759038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759038; }

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

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

background-color css

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

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

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

border-color css

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

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

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