Html Css Color HEX #759742 Sushi

📋 copy color: '#759742'

red 117 ◦ green 151 ◦ blue 66

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

Shades of Sushi #759742

Tints of Sushi #759742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.21%

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

R = 35.03%
G = 45.21%
B = 19.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#759742 (or 0x759742) is known color: Sushi. HEX triplet: 75, 97 and 42. RGB value is (117,151,66). Sum of RGB (Red+Green+Blue) = 117+151+66=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #759742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759742 is #8A68BD. Grayscale: #838383. Windows color (decimal): -9070782 or 4364149. OLE color: 4364149.

HSL color Cylindrical-coordinate representation of color #759742: hue angle of 84º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #759742 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 66 -
CMYK 0.23 0 0.56 0.41
HSL 84º 0.39% 0.43% -
HSV(B) 84º 0.56% 0.59% -
XYZ 19.39 26.31 9.21 -
YUV 131.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 117 151 66 0.23 0 0.56 0.41 84 0.39 0.43
Hex 75 97 42 17 0 38 29 54 27 2B
Octal 165 227 102 27 0 70 51 124 47 53
Binary 1110101 10010111 1000010 10111 0 111000 101001 1010100 100111 101011

Color Harmonies of #759742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759742

Black with #759742

Text Example


Text Example

White with #759742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759742; }

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

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

background-color css

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

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

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

border-color css

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

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

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