Html Css Color HEX #7B9621 Sushi

📋 copy color: '#7B9621'

red 123 ◦ green 150 ◦ blue 33

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

Shades of Sushi #7B9621

Tints of Sushi #7B9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 40.2%
G = 49.02%
B = 10.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#7B9621 (or 0x7B9621) is known color: Sushi. HEX triplet: 7B, 96 and 21. RGB value is (123,150,33). Sum of RGB (Red+Green+Blue) = 123+150+33=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9621 is #8469DE. Grayscale: #818181. Windows color (decimal): -8677855 or 2201211. OLE color: 2201211.

HSL color Cylindrical-coordinate representation of color #7B9621: hue angle of 73.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B9621 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 150 33 -
CMYK 0.18 0 0.78 0.41
HSL 73.85º 0.64% 0.36% -
HSV(B) 73.85º 0.78% 0.59% -
XYZ 19.35 26.13 5.46 -
YUV 128.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 123 150 33 0.18 0 0.78 0.41 73.85 0.64 0.36
Hex 7B 96 21 12 0 4E 29 4A 40 24
Octal 173 226 41 22 0 116 51 112 100 44
Binary 1111011 10010110 100001 10010 0 1001110 101001 1001010 1000000 100100

Color Harmonies of #7B9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9621

Black with #7B9621

Text Example


Text Example

White with #7B9621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,150,33); }

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

background-color css

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

 a { background-color: rgb(123,150,33); }

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

border-color css

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

 span { border-color: rgb(123,150,33); }

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