Html Css Color HEX #759D36 Sushi

📋 copy color: '#759D36'

red 117 ◦ green 157 ◦ blue 54

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

Shades of Sushi #759D36

Tints of Sushi #759D36

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 35.67%
G = 47.87%
B = 16.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#759D36 (or 0x759D36) is known color: Sushi. HEX triplet: 75, 9D and 36. RGB value is (117,157,54). Sum of RGB (Red+Green+Blue) = 117+157+54=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #759D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D36 is #8A62C9. Grayscale: #858585. Windows color (decimal): -9069258 or 3579253. OLE color: 3579253.

HSL color Cylindrical-coordinate representation of color #759D36: hue angle of 83.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759D36 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 54 -
CMYK 0.25 0 0.66 0.38
HSL 83.3º 0.49% 0.41% -
HSV(B) 83.3º 0.66% 0.62% -
XYZ 20.06 28.16 7.87 -
YUV 133.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 117 157 54 0.25 0 0.66 0.38 83.3 0.49 0.41
Hex 75 9D 36 19 0 42 26 53 31 29
Octal 165 235 66 31 0 102 46 123 61 51
Binary 1110101 10011101 110110 11001 0 1000010 100110 1010011 110001 101001

Color Harmonies of #759D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D36

Black with #759D36

Text Example


Text Example

White with #759D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759D36; }

 p { color: rgb(117,157,54); }

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

background-color css

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

 a { background-color: rgb(117,157,54); }

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

border-color css

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

 span { border-color: rgb(117,157,54); }

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