Html Css Color HEX #759245 Sushi

📋 copy color: '#759245'

red 117 ◦ green 146 ◦ blue 69

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

Shades of Sushi #759245

Tints of Sushi #759245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 35.24%
G = 43.98%
B = 20.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#759245 (or 0x759245) is known color: Sushi. HEX triplet: 75, 92 and 45. RGB value is (117,146,69). Sum of RGB (Red+Green+Blue) = 117+146+69=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #759245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759245 is #8A6DBA. Grayscale: #808080. Windows color (decimal): -9072059 or 4559477. OLE color: 4559477.

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

Color convert

RGB 117 146 69 -
CMYK 0.20 0 0.53 0.43
HSL 82.6º 0.36% 0.42% -
HSV(B) 82.6º 0.53% 0.57% -
XYZ 18.69 24.77 9.43 -
YUV 128.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 117 146 69 0.20 0 0.53 0.43 82.6 0.36 0.42
Hex 75 92 45 14 0 35 2B 53 24 2A
Octal 165 222 105 24 0 65 53 123 44 52
Binary 1110101 10010010 1000101 10100 0 110101 101011 1010011 100100 101010

Color Harmonies of #759245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759245

Black with #759245

Text Example


Text Example

White with #759245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759245; }

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

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

background-color css

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

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

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

border-color css

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

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

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