Html Css Color HEX #759B26 Sushi

📋 copy color: '#759B26'

red 117 ◦ green 155 ◦ blue 38

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

Shades of Sushi #759B26

Tints of Sushi #759B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

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

R = 37.74%
G = 50%
B = 12.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#759B26 (or 0x759B26) is known color: Sushi. HEX triplet: 75, 9B and 26. RGB value is (117,155,38). Sum of RGB (Red+Green+Blue) = 117+155+38=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #759B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B26 is #8A64D9. Grayscale: #828282. Windows color (decimal): -9069786 or 2530165. OLE color: 2530165.

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

Color convert

RGB 117 155 38 -
CMYK 0.25 0 0.75 0.39
HSL 79.49º 0.61% 0.38% -
HSV(B) 79.49º 0.75% 0.61% -
XYZ 19.41 27.36 6.09 -
YUV 130.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 117 155 38 0.25 0 0.75 0.39 79.49 0.61 0.38
Hex 75 9B 26 19 0 4B 27 4F 3D 26
Octal 165 233 46 31 0 113 47 117 75 46
Binary 1110101 10011011 100110 11001 0 1001011 100111 1001111 111101 100110

Color Harmonies of #759B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B26

Black with #759B26

Text Example


Text Example

White with #759B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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