Html Css Color HEX #759343 Sushi

📋 copy color: '#759343'

red 117 ◦ green 147 ◦ blue 67

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

Shades of Sushi #759343

Tints of Sushi #759343

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 35.35%
G = 44.41%
B = 20.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#759343 (or 0x759343) is known color: Sushi. HEX triplet: 75, 93 and 43. RGB value is (117,147,67). Sum of RGB (Red+Green+Blue) = 117+147+67=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #759343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759343 is #8A6CBC. Grayscale: #818181. Windows color (decimal): -9071805 or 4428661. OLE color: 4428661.

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

Color convert

RGB 117 147 67 -
CMYK 0.20 0 0.54 0.42
HSL 82.5º 0.37% 0.42% -
HSV(B) 82.5º 0.54% 0.58% -
XYZ 18.78 25.05 9.16 -
YUV 128.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 117 147 67 0.20 0 0.54 0.42 82.5 0.37 0.42
Hex 75 93 43 14 0 36 2A 52 25 2A
Octal 165 223 103 24 0 66 52 122 45 52
Binary 1110101 10010011 1000011 10100 0 110110 101010 1010010 100101 101010

Color Harmonies of #759343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759343

Black with #759343

Text Example


Text Example

White with #759343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759343; }

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

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

background-color css

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

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

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

border-color css

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

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

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