Html Css Color HEX #759145 Sushi

📋 copy color: '#759145'

red 117 ◦ green 145 ◦ blue 69

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

Shades of Sushi #759145

Tints of Sushi #759145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 35.35%
G = 43.81%
B = 20.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#759145 (or 0x759145) is known color: Sushi. HEX triplet: 75, 91 and 45. RGB value is (117,145,69). Sum of RGB (Red+Green+Blue) = 117+145+69=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #759145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759145 is #8A6EBA. Grayscale: #808080. Windows color (decimal): -9072315 or 4559221. OLE color: 4559221.

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

Color convert

RGB 117 145 69 -
CMYK 0.19 0 0.52 0.43
HSL 82.11º 0.36% 0.42% -
HSV(B) 82.11º 0.52% 0.57% -
XYZ 18.54 24.46 9.38 -
YUV 127.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 117 145 69 0.19 0 0.52 0.43 82.11 0.36 0.42
Hex 75 91 45 13 0 34 2B 52 24 2A
Octal 165 221 105 23 0 64 53 122 44 52
Binary 1110101 10010001 1000101 10011 0 110100 101011 1010010 100100 101010

Color Harmonies of #759145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759145

Black with #759145

Text Example


Text Example

White with #759145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759145; }

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

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

background-color css

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

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

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

border-color css

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

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

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