Html Css Color HEX #759C26 Sushi

📋 copy color: '#759C26'

red 117 ◦ green 156 ◦ blue 38

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

Shades of Sushi #759C26

Tints of Sushi #759C26

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.16%

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 37.62%
G = 50.16%
B = 12.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#759C26 (or 0x759C26) is known color: Sushi. HEX triplet: 75, 9C and 26. RGB value is (117,156,38). Sum of RGB (Red+Green+Blue) = 117+156+38=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #759C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C26 is #8A63D9. Grayscale: #838383. Windows color (decimal): -9069530 or 2530421. OLE color: 2530421.

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

Color convert

RGB 117 156 38 -
CMYK 0.25 0 0.76 0.39
HSL 79.83º 0.61% 0.38% -
HSV(B) 79.83º 0.76% 0.61% -
XYZ 19.57 27.7 6.15 -
YUV 130.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 117 156 38 0.25 0 0.76 0.39 79.83 0.61 0.38
Hex 75 9C 26 19 0 4C 27 50 3D 26
Octal 165 234 46 31 0 114 47 120 75 46
Binary 1110101 10011100 100110 11001 0 1001100 100111 1010000 111101 100110

Color Harmonies of #759C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C26

Black with #759C26

Text Example


Text Example

White with #759C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,38); }

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

background-color css

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

 a { background-color: rgb(117,156,38); }

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

border-color css

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

 span { border-color: rgb(117,156,38); }

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