Html Css Color HEX #759035 Sushi

📋 copy color: '#759035'

red 117 ◦ green 144 ◦ blue 53

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

Shades of Sushi #759035

Tints of Sushi #759035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 37.26%
G = 45.86%
B = 16.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#759035 (or 0x759035) is known color: Sushi. HEX triplet: 75, 90 and 35. RGB value is (117,144,53). Sum of RGB (Red+Green+Blue) = 117+144+53=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #759035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759035 is #8A6FCA. Grayscale: #7D7D7D. Windows color (decimal): -9072587 or 3510389. OLE color: 3510389.

HSL color Cylindrical-coordinate representation of color #759035: hue angle of 77.8º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759035 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 53 -
CMYK 0.19 0 0.63 0.44
HSL 77.8º 0.46% 0.39% -
HSV(B) 77.8º 0.63% 0.56% -
XYZ 17.95 23.99 7.05 -
YUV 125.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 117 144 53 0.19 0 0.63 0.44 77.8 0.46 0.39
Hex 75 90 35 13 0 3F 2C 4E 2E 27
Octal 165 220 65 23 0 77 54 116 56 47
Binary 1110101 10010000 110101 10011 0 111111 101100 1001110 101110 100111

Color Harmonies of #759035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759035

Black with #759035

Text Example


Text Example

White with #759035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759035; }

 p { color: rgb(117,144,53); }

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

background-color css

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

 a { background-color: rgb(117,144,53); }

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

border-color css

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

 span { border-color: rgb(117,144,53); }

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