Html Css Color HEX #759543 Sushi

📋 copy color: '#759543'

red 117 ◦ green 149 ◦ blue 67

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

Shades of Sushi #759543

Tints of Sushi #759543

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 67 (26.56% from 255) = 20.12%

R = 35.14%
G = 44.74%
B = 20.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#759543 (or 0x759543) is known color: Sushi. HEX triplet: 75, 95 and 43. RGB value is (117,149,67). Sum of RGB (Red+Green+Blue) = 117+149+67=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #759543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759543 is #8A6ABC. Grayscale: #828282. Windows color (decimal): -9071293 or 4429173. OLE color: 4429173.

HSL color Cylindrical-coordinate representation of color #759543: hue angle of 83.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #759543 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 67 -
CMYK 0.21 0 0.55 0.42
HSL 83.41º 0.38% 0.42% -
HSV(B) 83.41º 0.55% 0.58% -
XYZ 19.1 25.68 9.26 -
YUV 130.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 117 149 67 0.21 0 0.55 0.42 83.41 0.38 0.42
Hex 75 95 43 15 0 37 2A 53 26 2A
Octal 165 225 103 25 0 67 52 123 46 52
Binary 1110101 10010101 1000011 10101 0 110111 101010 1010011 100110 101010

Color Harmonies of #759543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759543

Black with #759543

Text Example


Text Example

White with #759543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759543; }

 p { color: rgb(117,149,67); }

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

background-color css

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

 a { background-color: rgb(117,149,67); }

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

border-color css

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

 span { border-color: rgb(117,149,67); }

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