Html Css Color HEX #759D30 Sushi

📋 copy color: '#759D30'

red 117 ◦ green 157 ◦ blue 48

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

Shades of Sushi #759D30

Tints of Sushi #759D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 36.34%
G = 48.76%
B = 14.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#759D30 (or 0x759D30) is known color: Sushi. HEX triplet: 75, 9D and 30. RGB value is (117,157,48). Sum of RGB (Red+Green+Blue) = 117+157+48=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #759D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D30 is #8A62CF. Grayscale: #858585. Windows color (decimal): -9069264 or 3186037. OLE color: 3186037.

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

Color convert

RGB 117 157 48 -
CMYK 0.25 0 0.69 0.38
HSL 82.02º 0.53% 0.4% -
HSV(B) 82.02º 0.69% 0.62% -
XYZ 19.93 28.11 7.17 -
YUV 132.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 117 157 48 0.25 0 0.69 0.38 82.02 0.53 0.4
Hex 75 9D 30 19 0 45 26 52 35 28
Octal 165 235 60 31 0 105 46 122 65 50
Binary 1110101 10011101 110000 11001 0 1000101 100110 1010010 110101 101000

Color Harmonies of #759D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D30

Black with #759D30

Text Example


Text Example

White with #759D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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