Html Css Color HEX #7BA540 Sushi

📋 copy color: '#7BA540'

red 123 ◦ green 165 ◦ blue 64

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

Shades of Sushi #7BA540

Tints of Sushi #7BA540

RGB

 RED value IS 123 (48.44% from 255) = 34.94%

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 34.94%
G = 46.88%
B = 18.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#7BA540 (or 0x7BA540) is known color: Sushi. HEX triplet: 7B, A5 and 40. RGB value is (123,165,64). Sum of RGB (Red+Green+Blue) = 123+165+64=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA540 is #845ABF. Grayscale: #8D8D8D. Windows color (decimal): -8673984 or 4236667. OLE color: 4236667.

HSL color Cylindrical-coordinate representation of color #7BA540: hue angle of 84.95º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BA540 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 64 -
CMYK 0.25 0 0.61 0.35
HSL 84.95º 0.44% 0.45% -
HSV(B) 84.95º 0.61% 0.65% -
XYZ 22.55 31.49 9.74 -
YUV 140.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 123 165 64 0.25 0 0.61 0.35 84.95 0.44 0.45
Hex 7B A5 40 19 0 3D 23 55 2C 2D
Octal 173 245 100 31 0 75 43 125 54 55
Binary 1111011 10100101 1000000 11001 0 111101 100011 1010101 101100 101101

Color Harmonies of #7BA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA540

Black with #7BA540

Text Example


Text Example

White with #7BA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA540; }

 p { color: rgb(123,165,64); }

 H1.HeaderClassName
 {
   color: #7BA540;
 }
 .AnyTagClassName
 {
   color: #7BA540;
 }
</style>

background-color css

<style>
 a { background-color: #7BA540; }

 a { background-color: rgb(123,165,64); }

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

border-color css

<style>
 span { border-color: #7BA540; }

 span { border-color: rgb(123,165,64); }

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