Html Css Color HEX #759926 Sushi

📋 copy color: '#759926'

red 117 ◦ green 153 ◦ blue 38

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

Shades of Sushi #759926

Tints of Sushi #759926

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

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

R = 37.99%
G = 49.68%
B = 12.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#759926 (or 0x759926) is known color: Sushi. HEX triplet: 75, 99 and 26. RGB value is (117,153,38). Sum of RGB (Red+Green+Blue) = 117+153+38=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #759926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759926 is #8A66D9. Grayscale: #818181. Windows color (decimal): -9070298 or 2529653. OLE color: 2529653.

HSL color Cylindrical-coordinate representation of color #759926: hue angle of 78.78º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #759926 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 38 -
CMYK 0.24 0 0.75 0.4
HSL 78.78º 0.6% 0.37% -
HSV(B) 78.78º 0.75% 0.6% -
XYZ 19.08 26.7 5.98 -
YUV 129.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 117 153 38 0.24 0 0.75 0.4 78.78 0.6 0.37
Hex 75 99 26 18 0 4B 28 4F 3C 25
Octal 165 231 46 30 0 113 50 117 74 45
Binary 1110101 10011001 100110 11000 0 1001011 101000 1001111 111100 100101

Color Harmonies of #759926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759926

Black with #759926

Text Example


Text Example

White with #759926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759926; }

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

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

background-color css

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

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

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

border-color css

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

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

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