Html Css Color HEX #759D2D Sushi

📋 copy color: '#759D2D'

red 117 ◦ green 157 ◦ blue 45

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

Shades of Sushi #759D2D

Tints of Sushi #759D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 36.68%
G = 49.22%
B = 14.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#759D2D (or 0x759D2D) is known color: Sushi. HEX triplet: 75, 9D and 2D. RGB value is (117,157,45). Sum of RGB (Red+Green+Blue) = 117+157+45=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #759D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D2D is #8A62D2. Grayscale: #848484. Windows color (decimal): -9069267 or 2989429. OLE color: 2989429.

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

Color convert

RGB 117 157 45 -
CMYK 0.25 0 0.71 0.38
HSL 81.43º 0.55% 0.4% -
HSV(B) 81.43º 0.71% 0.62% -
XYZ 19.87 28.09 6.86 -
YUV 132.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 117 157 45 0.25 0 0.71 0.38 81.43 0.55 0.4
Hex 75 9D 2D 19 0 47 26 51 37 28
Octal 165 235 55 31 0 107 46 121 67 50
Binary 1110101 10011101 101101 11001 0 1000111 100110 1010001 110111 101000

Color Harmonies of #759D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D2D

Black with #759D2D

Text Example


Text Example

White with #759D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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