Html Css Color HEX #759B3D Sushi

📋 copy color: '#759B3D'

red 117 ◦ green 155 ◦ blue 61

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

Shades of Sushi #759B3D

Tints of Sushi #759B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 35.14%
G = 46.55%
B = 18.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#759B3D (or 0x759B3D) is known color: Sushi. HEX triplet: 75, 9B and 3D. RGB value is (117,155,61). Sum of RGB (Red+Green+Blue) = 117+155+61=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #759B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B3D is #8A64C2. Grayscale: #858585. Windows color (decimal): -9069763 or 4037493. OLE color: 4037493.

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

Color convert

RGB 117 155 61 -
CMYK 0.25 0 0.61 0.39
HSL 84.26º 0.44% 0.42% -
HSV(B) 84.26º 0.61% 0.61% -
XYZ 19.9 27.56 8.69 -
YUV 132.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 117 155 61 0.25 0 0.61 0.39 84.26 0.44 0.42
Hex 75 9B 3D 19 0 3D 27 54 2C 2A
Octal 165 233 75 31 0 75 47 124 54 52
Binary 1110101 10011011 111101 11001 0 111101 100111 1010100 101100 101010

Color Harmonies of #759B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B3D

Black with #759B3D

Text Example


Text Example

White with #759B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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