Html Css Color HEX #759D22 Sushi

📋 copy color: '#759D22'

red 117 ◦ green 157 ◦ blue 34

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

Shades of Sushi #759D22

Tints of Sushi #759D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 37.99%
G = 50.97%
B = 11.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#759D22 (or 0x759D22) is known color: Sushi. HEX triplet: 75, 9D and 22. RGB value is (117,157,34). Sum of RGB (Red+Green+Blue) = 117+157+34=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #759D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D22 is #8A62DD. Grayscale: #838383. Windows color (decimal): -9069278 or 2268533. OLE color: 2268533.

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

Color convert

RGB 117 157 34 -
CMYK 0.25 0 0.78 0.38
HSL 79.51º 0.64% 0.37% -
HSV(B) 79.51º 0.78% 0.62% -
XYZ 19.68 28.01 5.88 -
YUV 131.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 117 157 34 0.25 0 0.78 0.38 79.51 0.64 0.37
Hex 75 9D 22 19 0 4E 26 50 40 25
Octal 165 235 42 31 0 116 46 120 100 45
Binary 1110101 10011101 100010 11001 0 1001110 100110 1010000 1000000 100101

Color Harmonies of #759D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D22

Black with #759D22

Text Example


Text Example

White with #759D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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