Html Css Color HEX #759D2C Sushi

📋 copy color: '#759D2C'

red 117 ◦ green 157 ◦ blue 44

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

Shades of Sushi #759D2C

Tints of Sushi #759D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 36.79%
G = 49.37%
B = 13.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#759D2C (or 0x759D2C) is known color: Sushi. HEX triplet: 75, 9D and 2C. RGB value is (117,157,44). Sum of RGB (Red+Green+Blue) = 117+157+44=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #759D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D2C is #8A62D3. Grayscale: #848484. Windows color (decimal): -9069268 or 2923893. OLE color: 2923893.

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

Color convert

RGB 117 157 44 -
CMYK 0.25 0 0.72 0.38
HSL 81.24º 0.56% 0.39% -
HSV(B) 81.24º 0.72% 0.62% -
XYZ 19.85 28.08 6.76 -
YUV 132.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 117 157 44 0.25 0 0.72 0.38 81.24 0.56 0.39
Hex 75 9D 2C 19 0 48 26 51 38 27
Octal 165 235 54 31 0 110 46 121 70 47
Binary 1110101 10011101 101100 11001 0 1001000 100110 1010001 111000 100111

Color Harmonies of #759D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D2C

Black with #759D2C

Text Example


Text Example

White with #759D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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