Html Css Color HEX #759142 Sushi

📋 copy color: '#759142'

red 117 ◦ green 145 ◦ blue 66

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

Shades of Sushi #759142

Tints of Sushi #759142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 35.67%
G = 44.21%
B = 20.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#759142 (or 0x759142) is known color: Sushi. HEX triplet: 75, 91 and 42. RGB value is (117,145,66). Sum of RGB (Red+Green+Blue) = 117+145+66=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #759142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759142 is #8A6EBD. Grayscale: #7F7F7F. Windows color (decimal): -9072318 or 4362613. OLE color: 4362613.

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

Color convert

RGB 117 145 66 -
CMYK 0.19 0 0.54 0.43
HSL 81.27º 0.37% 0.41% -
HSV(B) 81.27º 0.54% 0.57% -
XYZ 18.44 24.43 8.9 -
YUV 127.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 117 145 66 0.19 0 0.54 0.43 81.27 0.37 0.41
Hex 75 91 42 13 0 36 2B 51 25 29
Octal 165 221 102 23 0 66 53 121 45 51
Binary 1110101 10010001 1000010 10011 0 110110 101011 1010001 100101 101001

Color Harmonies of #759142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759142

Black with #759142

Text Example


Text Example

White with #759142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759142; }

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

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

background-color css

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

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

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

border-color css

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

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

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