Html Css Color HEX #7BA541 Sushi

📋 copy color: '#7BA541'

red 123 ◦ green 165 ◦ blue 65

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

Shades of Sushi #7BA541

Tints of Sushi #7BA541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 34.84%
G = 46.74%
B = 18.41%

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

#7BA541 (or 0x7BA541) is known color: Sushi. HEX triplet: 7B, A5 and 41. RGB value is (123,165,65). Sum of RGB (Red+Green+Blue) = 123+165+65=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA541 is #845ABE. Grayscale: #8D8D8D. Windows color (decimal): -8673983 or 4302203. OLE color: 4302203.

HSL color Cylindrical-coordinate representation of color #7BA541: hue angle of 85.2º degrees, saturation: 0.43, 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 #7BA541 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 65 -
CMYK 0.25 0 0.61 0.35
HSL 85.2º 0.43% 0.45% -
HSV(B) 85.2º 0.61% 0.65% -
XYZ 22.58 31.5 9.89 -
YUV 141.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 123 165 65 0.25 0 0.61 0.35 85.2 0.43 0.45
Hex 7B A5 41 19 0 3D 23 55 2B 2D
Octal 173 245 101 31 0 75 43 125 53 55
Binary 1111011 10100101 1000001 11001 0 111101 100011 1010101 101011 101101

Color Harmonies of #7BA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA541

Black with #7BA541

Text Example


Text Example

White with #7BA541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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