Html Css Color HEX #7B9B2E Sushi

📋 copy color: '#7B9B2E'

red 123 ◦ green 155 ◦ blue 46

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

Shades of Sushi #7B9B2E

Tints of Sushi #7B9B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 37.96%
G = 47.84%
B = 14.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#7B9B2E (or 0x7B9B2E) is known color: Sushi. HEX triplet: 7B, 9B and 2E. RGB value is (123,155,46). Sum of RGB (Red+Green+Blue) = 123+155+46=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9B2E is #8464D1. Grayscale: #858585. Windows color (decimal): -8676562 or 3054459. OLE color: 3054459.

HSL color Cylindrical-coordinate representation of color #7B9B2E: hue angle of 77.61º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B9B2E is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 155 46 -
CMYK 0.21 0 0.70 0.39
HSL 77.61º 0.54% 0.39% -
HSV(B) 77.61º 0.7% 0.61% -
XYZ 20.38 27.85 6.89 -
YUV 133.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 123 155 46 0.21 0 0.70 0.39 77.61 0.54 0.39
Hex 7B 9B 2E 15 0 46 27 4E 36 27
Octal 173 233 56 25 0 106 47 116 66 47
Binary 1111011 10011011 101110 10101 0 1000110 100111 1001110 110110 100111

Color Harmonies of #7B9B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9B2E

Black with #7B9B2E

Text Example


Text Example

White with #7B9B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,155,46); }

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

background-color css

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

 a { background-color: rgb(123,155,46); }

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

border-color css

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

 span { border-color: rgb(123,155,46); }

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