Html Css Color HEX #759B30 Sushi

📋 copy color: '#759B30'

red 117 ◦ green 155 ◦ blue 48

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

Shades of Sushi #759B30

Tints of Sushi #759B30

RGB

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

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

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

R = 36.56%
G = 48.44%
B = 15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#759B30 (or 0x759B30) is known color: Sushi. HEX triplet: 75, 9B and 30. RGB value is (117,155,48). Sum of RGB (Red+Green+Blue) = 117+155+48=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #759B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B30 is #8A64CF. Grayscale: #838383. Windows color (decimal): -9069776 or 3185525. OLE color: 3185525.

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

Color convert

RGB 117 155 48 -
CMYK 0.25 0 0.69 0.39
HSL 81.31º 0.53% 0.4% -
HSV(B) 81.31º 0.69% 0.61% -
XYZ 19.59 27.44 7.06 -
YUV 131.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 117 155 48 0.25 0 0.69 0.39 81.31 0.53 0.4
Hex 75 9B 30 19 0 45 27 51 35 28
Octal 165 233 60 31 0 105 47 121 65 50
Binary 1110101 10011011 110000 11001 0 1000101 100111 1010001 110101 101000

Color Harmonies of #759B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B30

Black with #759B30

Text Example


Text Example

White with #759B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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