Html Css Color HEX #759835 Sushi

📋 copy color: '#759835'

red 117 ◦ green 152 ◦ blue 53

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

Shades of Sushi #759835

Tints of Sushi #759835

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

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

R = 36.34%
G = 47.2%
B = 16.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#759835 (or 0x759835) is known color: Sushi. HEX triplet: 75, 98 and 35. RGB value is (117,152,53). Sum of RGB (Red+Green+Blue) = 117+152+53=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #759835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759835 is #8A67CA. Grayscale: #828282. Windows color (decimal): -9070539 or 3512437. OLE color: 3512437.

HSL color Cylindrical-coordinate representation of color #759835: hue angle of 81.21º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #759835 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 53 -
CMYK 0.23 0 0.65 0.40
HSL 81.21º 0.48% 0.4% -
HSV(B) 81.21º 0.65% 0.6% -
XYZ 19.21 26.5 7.47 -
YUV 130.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 117 152 53 0.23 0 0.65 0.40 81.21 0.48 0.4
Hex 75 98 35 17 0 41 28 51 30 28
Octal 165 230 65 27 0 101 50 121 60 50
Binary 1110101 10011000 110101 10111 0 1000001 101000 1010001 110000 101000

Color Harmonies of #759835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759835

Black with #759835

Text Example


Text Example

White with #759835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759835; }

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

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

background-color css

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

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

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

border-color css

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

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

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