Html Css Color HEX #759135 Sushi

📋 copy color: '#759135'

red 117 ◦ green 145 ◦ blue 53

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

Shades of Sushi #759135

Tints of Sushi #759135

RGB

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

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

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

R = 37.14%
G = 46.03%
B = 16.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#759135 (or 0x759135) is known color: Sushi. HEX triplet: 75, 91 and 35. RGB value is (117,145,53). Sum of RGB (Red+Green+Blue) = 117+145+53=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #759135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759135 is #8A6ECA. Grayscale: #7E7E7E. Windows color (decimal): -9072331 or 3510645. OLE color: 3510645.

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

Color convert

RGB 117 145 53 -
CMYK 0.19 0 0.63 0.43
HSL 78.26º 0.46% 0.39% -
HSV(B) 78.26º 0.63% 0.57% -
XYZ 18.1 24.29 7.1 -
YUV 126.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 117 145 53 0.19 0 0.63 0.43 78.26 0.46 0.39
Hex 75 91 35 13 0 3F 2B 4E 2E 27
Octal 165 221 65 23 0 77 53 116 56 47
Binary 1110101 10010001 110101 10011 0 111111 101011 1001110 101110 100111

Color Harmonies of #759135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759135

Black with #759135

Text Example


Text Example

White with #759135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759135; }

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

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

background-color css

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

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

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

border-color css

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

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

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