Html Css Color HEX #759D33 Sushi

📋 copy color: '#759D33'

red 117 ◦ green 157 ◦ blue 51

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

Shades of Sushi #759D33

Tints of Sushi #759D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 36%
G = 48.31%
B = 15.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#759D33 (or 0x759D33) is known color: Sushi. HEX triplet: 75, 9D and 33. RGB value is (117,157,51). Sum of RGB (Red+Green+Blue) = 117+157+51=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #759D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D33 is #8A62CC. Grayscale: #858585. Windows color (decimal): -9069261 or 3382645. OLE color: 3382645.

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

Color convert

RGB 117 157 51 -
CMYK 0.25 0 0.68 0.38
HSL 82.64º 0.51% 0.41% -
HSV(B) 82.64º 0.68% 0.62% -
XYZ 19.99 28.13 7.51 -
YUV 132.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 117 157 51 0.25 0 0.68 0.38 82.64 0.51 0.41
Hex 75 9D 33 19 0 44 26 53 33 29
Octal 165 235 63 31 0 104 46 123 63 51
Binary 1110101 10011101 110011 11001 0 1000100 100110 1010011 110011 101001

Color Harmonies of #759D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D33

Black with #759D33

Text Example


Text Example

White with #759D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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