Html Css Color HEX #759745 Sushi

📋 copy color: '#759745'

red 117 ◦ green 151 ◦ blue 69

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

Shades of Sushi #759745

Tints of Sushi #759745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 34.72%
G = 44.81%
B = 20.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#759745 (or 0x759745) is known color: Sushi. HEX triplet: 75, 97 and 45. RGB value is (117,151,69). Sum of RGB (Red+Green+Blue) = 117+151+69=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #759745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759745 is #8A68BA. Grayscale: #838383. Windows color (decimal): -9070779 or 4560757. OLE color: 4560757.

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

Color convert

RGB 117 151 69 -
CMYK 0.23 0 0.54 0.41
HSL 84.88º 0.37% 0.43% -
HSV(B) 84.88º 0.54% 0.59% -
XYZ 19.48 26.34 9.69 -
YUV 131.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 117 151 69 0.23 0 0.54 0.41 84.88 0.37 0.43
Hex 75 97 45 17 0 36 29 55 25 2B
Octal 165 227 105 27 0 66 51 125 45 53
Binary 1110101 10010111 1000101 10111 0 110110 101001 1010101 100101 101011

Color Harmonies of #759745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759745

Black with #759745

Text Example


Text Example

White with #759745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759745; }

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

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

background-color css

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

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

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

border-color css

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

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

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