Html Css Color HEX #759F28 Sushi

📋 copy color: '#759F28'

red 117 ◦ green 159 ◦ blue 40

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

Shades of Sushi #759F28

Tints of Sushi #759F28

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.32%

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 37.03%
G = 50.32%
B = 12.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#759F28 (or 0x759F28) is known color: Sushi. HEX triplet: 75, 9F and 28. RGB value is (117,159,40). Sum of RGB (Red+Green+Blue) = 117+159+40=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #759F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F28 is #8A60D7. Grayscale: #858585. Windows color (decimal): -9068760 or 2662261. OLE color: 2662261.

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

Color convert

RGB 117 159 40 -
CMYK 0.26 0 0.75 0.38
HSL 81.18º 0.6% 0.39% -
HSV(B) 81.18º 0.75% 0.62% -
XYZ 20.12 28.73 6.49 -
YUV 132.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 117 159 40 0.26 0 0.75 0.38 81.18 0.6 0.39
Hex 75 9F 28 1A 0 4B 26 51 3C 27
Octal 165 237 50 32 0 113 46 121 74 47
Binary 1110101 10011111 101000 11010 0 1001011 100110 1010001 111100 100111

Color Harmonies of #759F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F28

Black with #759F28

Text Example


Text Example

White with #759F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,40); }

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

background-color css

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

 a { background-color: rgb(117,159,40); }

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

border-color css

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

 span { border-color: rgb(117,159,40); }

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