Html Css Color HEX #759446 Sushi

📋 copy color: '#759446'

red 117 ◦ green 148 ◦ blue 70

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

Shades of Sushi #759446

Tints of Sushi #759446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 34.93%
G = 44.18%
B = 20.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#759446 (or 0x759446) is known color: Sushi. HEX triplet: 75, 94 and 46. RGB value is (117,148,70). Sum of RGB (Red+Green+Blue) = 117+148+70=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #759446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759446 is #8A6BB9. Grayscale: #828282. Windows color (decimal): -9071546 or 4625525. OLE color: 4625525.

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

Color convert

RGB 117 148 70 -
CMYK 0.21 0 0.53 0.42
HSL 83.85º 0.36% 0.43% -
HSV(B) 83.85º 0.53% 0.58% -
XYZ 19.03 25.4 9.69 -
YUV 129.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 117 148 70 0.21 0 0.53 0.42 83.85 0.36 0.43
Hex 75 94 46 15 0 35 2A 54 24 2B
Octal 165 224 106 25 0 65 52 124 44 53
Binary 1110101 10010100 1000110 10101 0 110101 101010 1010100 100100 101011

Color Harmonies of #759446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759446

Black with #759446

Text Example


Text Example

White with #759446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759446; }

 p { color: rgb(117,148,70); }

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

background-color css

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

 a { background-color: rgb(117,148,70); }

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

border-color css

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

 span { border-color: rgb(117,148,70); }

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